diff options
author | Neeraj Kumar <c_neekum@quicinc.com> | 2010-01-08 16:28:31 -0800 |
---|---|---|
committer | Neeraj Kumar <c_neekum@quicinc.com> | 2010-01-08 16:28:31 -0800 |
commit | 063f1f7bd4bcb39e17d02bc142722f2be999a878 (patch) | |
tree | 718f7bbd5854cf35869d2fbdfa88a68e94c51d4b /libc/kernel/common | |
parent | 7a77e9410a029a83381fb128d128e4d2833dd9e1 (diff) | |
download | bionic-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/kernel/common')
-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, |