diff options
author | QuIC Gerrit Code Review <gerrit@quicinc.com> | 2010-02-02 09:23:20 -0800 |
---|---|---|
committer | QuIC Gerrit Code Review <gerrit@quicinc.com> | 2010-02-02 09:23:20 -0800 |
commit | 3355c75947958edcdfb8889e249020e7aeae9e76 (patch) | |
tree | 870faba44c3e771a4becdedae37c4c3e7d502ffb | |
parent | 9d092d16df3cdb75aac6882da66209cf4e194320 (diff) | |
parent | 063f1f7bd4bcb39e17d02bc142722f2be999a878 (diff) | |
download | bionic-3355c75947958edcdfb8889e249020e7aeae9e76.zip bionic-3355c75947958edcdfb8889e249020e7aeae9e76.tar.gz bionic-3355c75947958edcdfb8889e249020e7aeae9e76.tar.bz2 |
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.h | 1 |
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 a578453..181f2e0 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, |