[Intel-xe] [PATCH 0/4] drm/xe: use hotplug irq code from i915
Jani Nikula
jani.nikula at intel.com
Tue May 16 13:32:30 UTC 2023
Use hotplug irq code from i915 instead of copy-paste.
The same for rest of the display irq code to follow, there were more
issues with that.
BR,
Jani.
Jani Nikula (4):
drm/i915/irq: relocate gmbus and dp aux irq handlers
drm/i915/irq: convert gen8_de_irq_handler() to void
drm/i915/irq: split out hotplug irq handling
fixup! drm/xe/display: Implement display support
drivers/gpu/drm/i915/Makefile | 1 +
drivers/gpu/drm/i915/display/intel_crt.c | 1 +
drivers/gpu/drm/i915/display/intel_dp.c | 1 +
drivers/gpu/drm/i915/display/intel_dp_aux.c | 5 +
drivers/gpu/drm/i915/display/intel_dp_aux.h | 3 +
drivers/gpu/drm/i915/display/intel_gmbus.c | 5 +
drivers/gpu/drm/i915/display/intel_gmbus.h | 2 +
drivers/gpu/drm/i915/display/intel_hotplug.c | 1 +
.../gpu/drm/i915/display/intel_hotplug_irq.c | 1442 ++++++++++++++++
.../gpu/drm/i915/display/intel_hotplug_irq.h | 35 +
drivers/gpu/drm/i915/i915_irq.c | 1522 +----------------
drivers/gpu/drm/i915/i915_irq.h | 12 +-
drivers/gpu/drm/xe/Makefile | 1 +
.../gpu/drm/xe/compat-i915-headers/i915_drv.h | 1 +
drivers/gpu/drm/xe/display/ext/i915_irq.c | 579 +------
drivers/gpu/drm/xe/display/ext/i915_irq.h | 11 +-
drivers/gpu/drm/xe/xe_device_types.h | 6 +-
17 files changed, 1598 insertions(+), 2030 deletions(-)
create mode 100644 drivers/gpu/drm/i915/display/intel_hotplug_irq.c
create mode 100644 drivers/gpu/drm/i915/display/intel_hotplug_irq.h
--
2.39.2
More information about the Intel-xe
mailing list