drm: omapdrm: Handle CRTC error IRQs directly
commite0519af75d6eabf1876cf6af0c60704f97ab82b3
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 27 May 2015 21:21:29 +0000 (28 00:21 +0300)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 19 Dec 2016 09:24:56 +0000 (19 11:24 +0200)
tree7b505e85aacb087dc386c8133ba591713dae924e
parent728ae8dd696a483355b593487eba73f4c64f1152
drm: omapdrm: Handle CRTC error IRQs directly

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 <laurent.pinchart@ideasonboard.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_crtc.c
drivers/gpu/drm/omapdrm/omap_drv.h
drivers/gpu/drm/omapdrm/omap_irq.c