diff options
author | Andrzej Hajda <a.hajda@samsung.com> | 2017-03-15 15:41:10 +0100 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2017-06-01 16:21:36 +0900 |
commit | b2adc5307514abe5872185351f772b95cfdce2ff (patch) | |
tree | 36c74e90a14a02d17fed60c32e31ca9fb6ab450e /include/video | |
parent | 3ba808456b3fe77dc4e17de22bb317b70465903d (diff) | |
download | linux-b2adc5307514abe5872185351f772b95cfdce2ff.tar.gz linux-b2adc5307514abe5872185351f772b95cfdce2ff.tar.bz2 linux-b2adc5307514abe5872185351f772b95cfdce2ff.zip |
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 @@ #define WINCONx_ENWIN_F (1 << 0) /* SHADOWCON */ +#define SHADOWCON_PROTECT_MASK GENMASK(14, 10) #define SHADOWCON_Wx_PROTECT(n) (1 << (10 + (n))) /* VIDOSDxD */ |