summaryrefslogtreecommitdiffstats
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
parent3ba808456b3fe77dc4e17de22bb317b70465903d (diff)
downloadop-kernel-dev-b2adc5307514abe5872185351f772b95cfdce2ff.zip
op-kernel-dev-b2adc5307514abe5872185351f772b95cfdce2ff.tar.gz
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 6b083d3..78957c9 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 */
OpenPOWER on IntegriCloud