Re: [PATCH 05/12] drm/i915: Move intel_hpd_poll_fini() into intel_hotplug.c

2025-02-13 Thread Jani Nikula
On Thu, 13 Feb 2025, Ville Syrjala wrote: > From: Ville Syrjälä > > The name of intel_hpd_poll_fini() suggests that it should live > in intel_hotplug.c. Make it so. > > Signed-off-by: Ville Syrjälä Side note, I've got patches convert all the hotplug and display irq code over to struct intel_dis

[PATCH 05/12] drm/i915: Move intel_hpd_poll_fini() into intel_hotplug.c

2025-02-13 Thread Ville Syrjala
From: Ville Syrjälä The name of intel_hpd_poll_fini() suggests that it should live in intel_hotplug.c. Make it so. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_display.c | 16 drivers/gpu/drm/i915/display/intel_display.h | 2 -- drivers/gpu/drm/i915/dis