Commit 78ecd90
committed
drm/i915: Always initialize connector->modeset_retry_work
Since we have all the necessary bits in intel_connector.c might
as well always initialize the modeset_retry_work for every connector.
Avoids yet another init function you have to remember to call.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250213150220.13580-3-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>1 parent dd6e5fe commit 78ecd90
5 files changed
Lines changed: 4 additions & 14 deletions
File tree
- drivers/gpu/drm/i915/display
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | 73 | | |
80 | 74 | | |
81 | 75 | | |
| |||
95 | 89 | | |
96 | 90 | | |
97 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
98 | 95 | | |
99 | 96 | | |
100 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8544 | 8544 | | |
8545 | 8545 | | |
8546 | 8546 | | |
8547 | | - | |
8548 | | - | |
| 8547 | + | |
8549 | 8548 | | |
8550 | 8549 | | |
8551 | 8550 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6487 | 6487 | | |
6488 | 6488 | | |
6489 | 6489 | | |
6490 | | - | |
6491 | | - | |
6492 | | - | |
6493 | 6490 | | |
6494 | 6491 | | |
6495 | 6492 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1747 | 1747 | | |
1748 | 1748 | | |
1749 | 1749 | | |
1750 | | - | |
1751 | | - | |
1752 | 1750 | | |
1753 | 1751 | | |
1754 | 1752 | | |
| |||
0 commit comments