diff options
author | Andrzej Hajda <a.hajda@samsung.com> | 2017-03-15 10:41:10 -0400 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2017-06-01 03:21:36 -0400 |
commit | b2adc5307514abe5872185351f772b95cfdce2ff (patch) | |
tree | 36c74e90a14a02d17fed60c32e31ca9fb6ab450e /include/video | |
parent | 3ba808456b3fe77dc4e17de22bb317b70465903d (diff) |
drm/exynos/decon5433: simplify shadow protect code
There is no point in protecting only particular windows during update.
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 6b083d327e98..78957c9626f5 100644 --- a/include/video/exynos5433_decon.h +++ b/include/video/exynos5433_decon.h | |||
@@ -118,6 +118,7 @@ | |||
118 | #define WINCONx_ENWIN_F (1 << 0) | 118 | #define WINCONx_ENWIN_F (1 << 0) |
119 | 119 | ||
120 | /* SHADOWCON */ | 120 | /* SHADOWCON */ |
121 | #define SHADOWCON_PROTECT_MASK GENMASK(14, 10) | ||
121 | #define SHADOWCON_Wx_PROTECT(n) (1 << (10 + (n))) | 122 | #define SHADOWCON_Wx_PROTECT(n) (1 << (10 + (n))) |
122 | 123 | ||
123 | /* VIDOSDxD */ | 124 | /* VIDOSDxD */ |