drm/i915/irq: split out hotplug irq handling
authorJani Nikula <jani.nikula@intel.com>
Mon, 15 May 2023 10:17:37 +0000 (13:17 +0300)
committerJani Nikula <jani.nikula@intel.com>
Tue, 16 May 2023 07:31:22 +0000 (10:31 +0300)
commitda38ba98645d789ddda2a584d40e2de00139e98b
tree3705e428802caeb956dae347e8a4869b629387b4
parent08d8f43045af8589671d4462190d27765653cdf8
drm/i915/irq: split out hotplug irq handling

Split hotplug irq handling out of i915_irq.[ch] into
display/intel_hotplug_irq.[ch].

The line between the new intel_hotplug_irq.[ch] and the existing
intel_hotplug.[ch] needs further clarification, but the first step is to
move the stuff out of i915_irq.[ch].

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230515101738.2399816-2-jani.nikula@intel.com
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/display/intel_crt.c
drivers/gpu/drm/i915/display/intel_dp.c
drivers/gpu/drm/i915/display/intel_hotplug.c
drivers/gpu/drm/i915/display/intel_hotplug_irq.c [new file with mode: 0644]
drivers/gpu/drm/i915/display/intel_hotplug_irq.h [new file with mode: 0644]
drivers/gpu/drm/i915/i915_irq.c
drivers/gpu/drm/i915/i915_irq.h