OSDN Git Service

drm: omapdrm: Handle FIFO underflow IRQs internally
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 27 May 2015 21:21:29 +0000 (00:21 +0300)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 19 Dec 2016 09:24:56 +0000 (11:24 +0200)
commit728ae8dd696a483355b593487eba73f4c64f1152
tree71f69575be8ded505985561a294b9b3b64908c33
parenta078a3ddc7209474e8dd827743390e9ed4bc6881
drm: omapdrm: Handle FIFO underflow IRQs internally

As the FIFO underflow IRQ handler just prints an error message to the
kernel log, simplify the code by not registering one IRQ handler per
plane but print the messages 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_drv.c
drivers/gpu/drm/omapdrm/omap_drv.h
drivers/gpu/drm/omapdrm/omap_irq.c
drivers/gpu/drm/omapdrm/omap_plane.c