diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2015-05-28 01:05:20 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-12-19 11:24:57 +0200 |
commit | 6b5538d4ecb7679d7dc6b45f2f4db3e6958d8fe5 (patch) | |
tree | fc9fb0bf8efddac911d3ba8c5f3b263a69827235 /drivers/gpu/drm/omapdrm/omap_drv.h | |
parent | e0519af75d6eabf1876cf6af0c60704f97ab82b3 (diff) | |
download | linux-6b5538d4ecb7679d7dc6b45f2f4db3e6958d8fe5.tar.bz2 |
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.h | 1 |
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 { |