diff options
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/exynos5433_decon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/video/exynos5433_decon.h b/include/video/exynos5433_decon.h index 9e7f8516f7b4..3696575b02f2 100644 --- a/include/video/exynos5433_decon.h +++ b/include/video/exynos5433_decon.h @@ -81,6 +81,8 @@ #define DECON_VIDINTCON3 0x022C /* VIDCON0 */ +#define VIDCON0_SWRESET (1 << 28) +#define VIDCON0_STOP_STATUS (1 << 2) #define VIDCON0_ENVID (1 << 1) #define VIDCON0_ENVID_F (1 << 0) |