[PATCH 10/33] drm/omap: add define for DISPC_IRQ_WBUNCOMPLETEERROR

2016-02-24 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Friday 19 February 2016 11:47:45 Tomi Valkeinen wrote: > OMAP4+ DSS has WBUNCOMPLETEERROR irq, which was not defined in the irq > list. Add the define. > > Signed-off-by: Tomi Valkeinen Acked-by: Laurent Pinchart > --- > include/video/omapdss.h | 1 + >

[PATCH 10/33] drm/omap: add define for DISPC_IRQ_WBUNCOMPLETEERROR

2016-02-19 Thread Tomi Valkeinen
OMAP4+ DSS has WBUNCOMPLETEERROR irq, which was not defined in the irq list. Add the define. Signed-off-by: Tomi Valkeinen --- include/video/omapdss.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 295b41e20d8e..86f28a92281a 100644 ---