summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChetan Kalyan <ckalyan@codeaurora.org>2010-10-18 19:09:27 -0700
committerChetan Kalyan <ckalyan@codeaurora.org>2010-10-18 19:09:27 -0700
commit5c0b0c36e61be933ea46cf7d2f10b1bd60394b4d (patch)
tree871bc3a424f9181eeed2551d2e2f17d573a963b0
parent51f949e8fc804894577aeabd813e7e7f0cee529a (diff)
downloadbionic-5c0b0c36e61be933ea46cf7d2f10b1bd60394b4d.zip
bionic-5c0b0c36e61be933ea46cf7d2f10b1bd60394b4d.tar.gz
bionic-5c0b0c36e61be933ea46cf7d2f10b1bd60394b4d.tar.bz2
Allow libcopybit to set MDP_BLEND_FG_PREMULT flag for buffers. CRs fixed: 258209 Change-Id: I3f3b76ef335ce8ea66e256e88a47dac96ef2115a
-rw-r--r--libc/kernel/common/linux/msm_mdp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/kernel/common/linux/msm_mdp.h b/libc/kernel/common/linux/msm_mdp.h
index 820e8d0..9118f70 100644
--- a/libc/kernel/common/linux/msm_mdp.h
+++ b/libc/kernel/common/linux/msm_mdp.h
@@ -73,7 +73,7 @@ enum {
#define MDP_ROT_270 (MDP_ROT_90|MDP_FLIP_UD|MDP_FLIP_LR)
#define MDP_DITHER 0x8
#define MDP_BLUR 0x10
-
+#define MDP_BLEND_FG_PREMULT 0x20000
#define MDP_DEINTERLACE 0x80000000
#define MDP_SHARPENING 0x40000000