Re: [Intel-gfx] [PATCH 2/4] drm/i915: unify icp, tgp and mcc irq handling

2019-08-30 Thread Souza, Jose
On Thu, 2019-08-29 at 16:05 -0700, Matt Roper wrote: > On Thu, Aug 29, 2019 at 02:15:24PM -0700, José Roberto de Souza > wrote: > > From: Lucas De Marchi > > > > The differences are only on the pins, trigger and long_detect > > function. > > The MCC handling is already partially merged, so merge

Re: [Intel-gfx] [PATCH 2/4] drm/i915: unify icp, tgp and mcc irq handling

2019-08-29 Thread Matt Roper
On Thu, Aug 29, 2019 at 02:15:24PM -0700, José Roberto de Souza wrote: > From: Lucas De Marchi > > The differences are only on the pins, trigger and long_detect function. > The MCC handling is already partially merged, so merge TGP as well. > Remove the pins argument from icp_irq_handler() so we

[Intel-gfx] [PATCH 2/4] drm/i915: unify icp, tgp and mcc irq handling

2019-08-29 Thread José Roberto de Souza
From: Lucas De Marchi The differences are only on the pins, trigger and long_detect function. The MCC handling is already partially merged, so merge TGP as well. Remove the pins argument from icp_irq_handler() so we have all the differences between the 3 set in a common if ladder. Signed-off-by: