[PATCH 1/3] video: display_timing: add doubleclk flag
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Mon May 27 07:43:13 PDT 2013
On 14:33 Mon 27 May , Lucas Stach wrote:
> From: Steffen Trumtrar <s.trumtrar at pengutronix.de>
>
> Signed-off-by: Steffen Trumtrar <s.trumtrar at pengutronix.de>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
If you want to take it via dri I'm fine otherwise via fbdev
Best Regards,
J.
> ---
> include/video/display_timing.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/video/display_timing.h b/include/video/display_timing.h
> index 5d0259b..28d9d0d 100644
> --- a/include/video/display_timing.h
> +++ b/include/video/display_timing.h
> @@ -27,6 +27,7 @@ enum display_flags {
> DISPLAY_FLAGS_PIXDATA_NEGEDGE = BIT(7),
> DISPLAY_FLAGS_INTERLACED = BIT(8),
> DISPLAY_FLAGS_DOUBLESCAN = BIT(9),
> + DISPLAY_FLAGS_DOUBLECLK = BIT(10),
> };
>
> /*
> --
> 1.7.10.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
More information about the dri-devel
mailing list