diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2015-05-18 17:34:52 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2016-12-14 13:45:07 +0900 |
commit | 716010a431601cf7381114c050909ae321c9ca87 (patch) | |
tree | 075134b3f14eab23590995d932559d0edde9ca6d /include/video | |
parent | 8b41f7836d78fac3554fc4b784116dda8fa42f43 (diff) |
drm/exynos: add swreset for suspending of decon5433
Do software reset of decon5433 when enter suspend, it will solve display
problem to appear previous image after resume.
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
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) |