[PATCH 09/23] drm: omapdrm: Handle OCP error IRQ directly

2016-06-06 Thread Laurent Pinchart
Hi Tomi, On Tuesday 10 May 2016 16:10:59 Tomi Valkeinen wrote: > On 26/04/16 23:35, Laurent Pinchart wrote: > > Instead of going through a complicated registration mechanism, just > > call the OCP error IRQ handler directly from the main IRQ handler. > > > > Signed-off-by: Laurent Pinchart > > -

[PATCH 09/23] drm: omapdrm: Handle OCP error IRQ directly

2016-05-10 Thread Tomi Valkeinen
On 26/04/16 23:35, Laurent Pinchart wrote: > Instead of going through a complicated registration mechanism, just > call the OCP error IRQ handler directly from the main IRQ handler. > > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/omapdrm/omap_drv.h | 1 - > drivers/gpu/drm/omapdrm/om

[PATCH 09/23] drm: omapdrm: Handle OCP error IRQ directly

2016-04-26 Thread Laurent Pinchart
Instead of going through a complicated registration mechanism, just call the OCP error IRQ handler directly from the main IRQ handler. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/omap_drv.h | 1 - drivers/gpu/drm/omapdrm/omap_irq.c | 29 +++-- 2 files cha