On Sat, 16 May 2026, Jani Nikula wrote:
The i915 and xe calls to display, in particular for
probe/cleanup/suspend/resume, need to be unified. It does not help to
have the related calls scattered around. As a small step forward,
relocate the intel_hpd_cancel_work() call from intel_irq_uninstall() to
i915_driver_remove().
Note that the other intel_irq_uninstall() call sites don't need the
call, as they're on error paths where hotplug hasn't been enabled yet.
Signed-off-by: Jani Nikula <[email protected]>
Reviewed-by: Michał Grzelak <[email protected]>
BR,
Michał