OSDN Git Service

drm/i915/irq: relocate gmbus and dp aux irq handlers
authorJani Nikula <jani.nikula@intel.com>
Thu, 4 May 2023 16:57:29 +0000 (19:57 +0300)
committerJani Nikula <jani.nikula@intel.com>
Thu, 11 May 2023 15:43:44 +0000 (18:43 +0300)
commit685282a3b39be5be000d28c8b88a3e0cae195104
tree0f16e5f27f33c00dad74d775df110ff108d11704
parent2bea1d7c594dd0643db23a8131c689384d0e5d8c
drm/i915/irq: relocate gmbus and dp aux irq handlers

Move gmbus and dp aux irq handlers to their respective files. It should
be up to them what to do with the irq, not the generic irq code.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/e825385fc03cb3d53c1f0b66712eea42dad69d59.1683219363.git.jani.nikula@intel.com
drivers/gpu/drm/i915/display/intel_dp_aux.c
drivers/gpu/drm/i915/display/intel_dp_aux.h
drivers/gpu/drm/i915/display/intel_gmbus.c
drivers/gpu/drm/i915/display/intel_gmbus.h
drivers/gpu/drm/i915/i915_irq.c