aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorAndrzej Hajda <a.hajda@samsung.com>2017-03-15 15:41:10 +0100
committerInki Dae <inki.dae@samsung.com>2017-06-01 16:21:36 +0900
commitb2adc5307514abe5872185351f772b95cfdce2ff (patch)
tree36c74e90a14a02d17fed60c32e31ca9fb6ab450e /include/video
parentdrm/exynos/decon5433: kill BIT_IRQS_ENABLED (diff)
downloadlinux-dev-b2adc5307514abe5872185351f772b95cfdce2ff.tar.xz
linux-dev-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.h1
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 */