summaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
authorNeeraj Kumar <c_neekum@quicinc.com>2010-01-08 16:28:31 -0800
committerNeeraj Kumar <c_neekum@quicinc.com>2010-01-08 16:28:31 -0800
commit063f1f7bd4bcb39e17d02bc142722f2be999a878 (patch)
tree718f7bbd5854cf35869d2fbdfa88a68e94c51d4b /libc
parent7a77e9410a029a83381fb128d128e4d2833dd9e1 (diff)
downloadbionic-063f1f7bd4bcb39e17d02bc142722f2be999a878.zip
bionic-063f1f7bd4bcb39e17d02bc142722f2be999a878.tar.gz
bionic-063f1f7bd4bcb39e17d02bc142722f2be999a878.tar.bz2
bionic: update the msm mdp header file inline with kernel file
Added support for RGBX 8888 color format
Diffstat (limited to 'libc')
-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 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,