summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorMayank Chopra <makchopra@codeaurora.org>2013-12-19 10:46:04 +0530
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:24:38 -0700
commit91a1152882b071e3c2edb9c1efa79ec0b1071fa9 (patch)
tree6d822abe53d9331ca1bcebfc25cde0f8ff484982 /include/uapi
parent398ad0c5e97e950f521f579b5815a778293a14ad (diff)
msm: mdss: Use MDP_SOLID_FILL to enable color on pipe
To enable constant color on a pipe, set MDP_SOLID_FILL in pipe flag. This will do a solid fill on the pipe with the color specified in bg_color. Change-Id: I3201e2fa657a6fc6d0e7f51f8585366afc3d29a3 Signed-off-by: Mayank Chopra <makchopra@codeaurora.org>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/msm_mdp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h
index 6bd4f6b098c9..dc062cdc5cf8 100644
--- a/include/uapi/linux/msm_mdp.h
+++ b/include/uapi/linux/msm_mdp.h
@@ -159,7 +159,7 @@ enum {
#define MDP_BLUR 0x10
#define MDP_BLEND_FG_PREMULT 0x20000
#define MDP_IS_FG 0x40000
-#define MDP_SOLID_FILL 0x0000100
+#define MDP_SOLID_FILL 0x00000020
#define MDP_DEINTERLACE 0x80000000
#define MDP_SHARPENING 0x40000000
#define MDP_NO_DMA_BARRIER_START 0x20000000