aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_drv.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2015-05-28 01:05:20 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2016-12-19 11:24:57 +0200
commit6b5538d4ecb7679d7dc6b45f2f4db3e6958d8fe5 (patch)
treefc9fb0bf8efddac911d3ba8c5f3b263a69827235 /drivers/gpu/drm/omapdrm/omap_drv.h
parentdrm: omapdrm: Handle CRTC error IRQs directly (diff)
downloadlinux-dev-6b5538d4ecb7679d7dc6b45f2f4db3e6958d8fe5.tar.xz
linux-dev-6b5538d4ecb7679d7dc6b45f2f4db3e6958d8fe5.zip
drm: omapdrm: Handle OCP error IRQ directly
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 <laurent.pinchart@ideasonboard.com> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_drv.h')
-rw-r--r--drivers/gpu/drm/omapdrm/omap_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_drv.h b/drivers/gpu/drm/omapdrm/omap_drv.h
index 0d88c9798df9..851629e8704e 100644
--- a/drivers/gpu/drm/omapdrm/omap_drv.h
+++ b/drivers/gpu/drm/omapdrm/omap_drv.h
@@ -103,7 +103,6 @@ struct omap_drm_private {
/* irq handling: */
struct list_head irq_list; /* list of omap_drm_irq */
uint32_t irq_mask; /* enabled irqs in addition to irq_list */
- struct omap_drm_irq error_handler;
/* atomic commit */
struct {