Re: [PATCH 02/12] drm/i915: Always initialize connector->modeset_retry_work

2025-02-13 Thread Jani Nikula
On Thu, 13 Feb 2025, Ville Syrjala wrote: > From: Ville Syrjälä > > 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 Syr

[PATCH 02/12] drm/i915: Always initialize connector->modeset_retry_work

2025-02-13 Thread Ville Syrjala
From: Ville Syrjälä 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ä --- drivers/gpu/drm/i915/display/intel_connector