[PATCH 08/23] drm: omapdrm: Handle CRTC error IRQs 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 > expose the CRTC error IRQ function and call it directly from the main > IRQ handler. > > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/omapdrm/omap_crtc.c | 12 ++

[PATCH 08/23] drm: omapdrm: Handle CRTC error IRQs directly

2016-04-26 Thread Laurent Pinchart
Instead of going through a complicated registration mechanism, just expose the CRTC error IRQ function and call it directly from the main IRQ handler. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/omap_crtc.c | 12 ++-- drivers/gpu/drm/omapdrm/omap_drv.h | 1 + drivers/gp