From 91a1152882b071e3c2edb9c1efa79ec0b1071fa9 Mon Sep 17 00:00:00 2001 From: Mayank Chopra Date: Thu, 19 Dec 2013 10:46:04 +0530 Subject: 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 --- include/uapi/linux/msm_mdp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/uapi/linux') 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 -- cgit v1.2.3