aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuIC Gerrit Code Review <gerrit@quicinc.com>2010-02-02 09:23:20 -0800
committerQuIC Gerrit Code Review <gerrit@quicinc.com>2010-02-02 09:23:20 -0800
commit3355c75947958edcdfb8889e249020e7aeae9e76 (patch)
tree870faba44c3e771a4becdedae37c4c3e7d502ffb
parent9d092d16df3cdb75aac6882da66209cf4e194320 (diff)
parent063f1f7bd4bcb39e17d02bc142722f2be999a878 (diff)
downloadandroid_bionic-3355c75947958edcdfb8889e249020e7aeae9e76.tar.gz
android_bionic-3355c75947958edcdfb8889e249020e7aeae9e76.tar.bz2
android_bionic-3355c75947958edcdfb8889e249020e7aeae9e76.zip
Merge change I063f1f7b into eclair
* changes: bionic: update the msm mdp header file inline with kernel file
-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 a57845333..181f2e01c 100644
--- a/libc/kernel/common/linux/msm_mdp.h
+++ b/libc/kernel/common/linux/msm_mdp.h
@@ -49,6 +49,7 @@ enum {
MDP_Y_CBCR_H2V1,
MDP_RGBA_8888,
MDP_BGRA_8888,
+ MDP_RGBX_8888,
MDP_IMGTYPE_LIMIT,
MDP_BGR_565 = MDP_IMGTYPE2_START,
MDP_FB_FORMAT,