aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_dp_mst.c
diff options
context:
space:
mode:
authorVille Syrjälä <[email protected]>2025-02-13 15:02:10 +0000
committerVille Syrjälä <[email protected]>2025-02-15 19:03:56 +0000
commit78ecd904ee85f09360a8c4f1d15fb0a62ee4191e (patch)
tree2e23c5423d9cb2b0d2a83b36fa2cbf26664401e7 /drivers/gpu/drm/i915/display/intel_dp_mst.c
parentdrm/i915: Move modeset_retry stuff into intel_connector.c (diff)
downloadkernel-78ecd904ee85f09360a8c4f1d15fb0a62ee4191e.tar.gz
kernel-78ecd904ee85f09360a8c4f1d15fb0a62ee4191e.zip
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ä <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Reviewed-by: Jani Nikula <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_dp_mst.c')
-rw-r--r--drivers/gpu/drm/i915/display/intel_dp_mst.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_dp_mst.c b/drivers/gpu/drm/i915/display/intel_dp_mst.c
index c0c9a2a3aec0..faa261c8930c 100644
--- a/drivers/gpu/drm/i915/display/intel_dp_mst.c
+++ b/drivers/gpu/drm/i915/display/intel_dp_mst.c
@@ -1747,8 +1747,6 @@ mst_topology_add_connector(struct drm_dp_mst_topology_mgr *mgr,
connector->port = port;
drm_dp_mst_get_port_malloc(port);
- intel_connector_init_modeset_retry_work(connector);
-
ret = drm_connector_dynamic_init(display->drm, &connector->base, &mst_connector_funcs,
DRM_MODE_CONNECTOR_DisplayPort, NULL);
if (ret)