From 5aa6c9ace55d2ca2d41118208fe8476907b4b066 Mon Sep 17 00:00:00 2001 From: Andrzej Hajda Date: Fri, 20 Jan 2017 07:52:23 +0100 Subject: drm/exynos/decon5433: add support for interlace modes Some registers should be programmed differently in interlace mode. Additionally IP does not signal stop state properly in interlaced mode, so warning has been removed. Signed-off-by: Andrzej Hajda Signed-off-by: Inki Dae --- include/video/exynos5433_decon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/video') diff --git a/include/video/exynos5433_decon.h b/include/video/exynos5433_decon.h index 0098a522d9f4..b26511a0ddf8 100644 --- a/include/video/exynos5433_decon.h +++ b/include/video/exynos5433_decon.h @@ -89,6 +89,7 @@ #define VIDCON0_ENVID_F (1 << 0) /* VIDOUTCON0 */ +#define VIDOUT_INTERLACE_EN_F (1 << 28) #define VIDOUT_LCD_ON (1 << 24) #define VIDOUT_IF_F_MASK (0x3 << 20) #define VIDOUT_RGB_IF (0x0 << 20) -- cgit v1.2.3