aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChetan Kalyan <ckalyan@codeaurora.org>2011-01-06 14:45:47 -0800
committerChetan Kalyan <ckalyan@codeaurora.org>2011-01-06 14:45:47 -0800
commit40f5459081698e19bbab6bb517c8c5bab2ccd0c2 (patch)
treea477d34ebcf87064585b2d9cc2529d8b3594171f
parente650f914e1081e7bb48fc883ceb00dffa748a70a (diff)
downloadandroid_bionic-M76XXTSNCJNLYA60501004.tar.gz
android_bionic-M76XXTSNCJNLYA60501004.tar.bz2
android_bionic-M76XXTSNCJNLYA60501004.zip
Allow libcopybit to set MDP_BLEND_FG_PREMULT flag for buffers. CRs fixed: 258209 Change-Id: Ia83ac4dbda6ac850aff64a74768f1be506e746b9
-rw-r--r--libc/kernel/common/linux/msm_mdp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/kernel/common/linux/msm_mdp.h b/libc/kernel/common/linux/msm_mdp.h
index 820e8d07a..c4f165a0d 100644
--- a/libc/kernel/common/linux/msm_mdp.h
+++ b/libc/kernel/common/linux/msm_mdp.h
@@ -73,6 +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