diff options
author | Andrzej Hajda <a.hajda@samsung.com> | 2017-01-20 09:52:24 +0300 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2017-02-07 07:52:52 +0300 |
commit | 1514d50b7a1b2c2bf72545625eb6bedef793c40a (patch) | |
tree | 4a5db1e1785c52b0062b59b50e8b7bae835fcbd3 /include/video | |
parent | 5aa6c9ace55d2ca2d41118208fe8476907b4b066 (diff) | |
download | linux-1514d50b7a1b2c2bf72545625eb6bedef793c40a.tar.xz |
drm/exynos/decon5433: signal vblank only on odd fields
In case of interlace mode irq is generated for odd and even fields, but
vblank should be signaled only for the last emitted field.
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/exynos5433_decon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/exynos5433_decon.h b/include/video/exynos5433_decon.h index b26511a0ddf8..ef8e2a8ad0af 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_FIELD_F (1 << 29) #define VIDOUT_INTERLACE_EN_F (1 << 28) #define VIDOUT_LCD_ON (1 << 24) #define VIDOUT_IF_F_MASK (0x3 << 20) |