Re: [Intel-gfx] [PATCH 1/3] drm/i915/irq: relocate gmbus and dp aux irq handlers

2023-05-05 Thread Rodrigo Vivi
On Thu, May 04, 2023 at 07:57:29PM +0300, Jani Nikula wrote: > 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. I wonder if we shouldn't merge these 2 functions since they are identical and leave only the

[Intel-gfx] [PATCH 1/3] drm/i915/irq: relocate gmbus and dp aux irq handlers

2023-05-04 Thread Jani Nikula
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 --- drivers/gpu/drm/i915/display/intel_dp_aux.c | 5 +++ drivers/gpu/drm/i915/display/intel_dp_aux.h | 3 ++