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

Laurent Pinchart laurent.pinchart at ideasonboard.com
Tue Feb 23 22:04:35 UTC 2016


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 <tomi.valkeinen at ti.com>

Acked-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

> ---
>  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
> --- a/include/video/omapdss.h
> +++ b/include/video/omapdss.h
> @@ -51,6 +51,7 @@
>  #define DISPC_IRQ_FRAMEDONEWB		(1 << 23)
>  #define DISPC_IRQ_FRAMEDONETV		(1 << 24)
>  #define DISPC_IRQ_WBBUFFEROVERFLOW	(1 << 25)
> +#define DISPC_IRQ_WBUNCOMPLETEERROR	(1 << 26)
>  #define DISPC_IRQ_SYNC_LOST3		(1 << 27)
>  #define DISPC_IRQ_VSYNC3		(1 << 28)
>  #define DISPC_IRQ_ACBIAS_COUNT_STAT3	(1 << 29)

-- 
Regards,

Laurent Pinchart



More information about the dri-devel mailing list