summaryrefslogtreecommitdiffstats
path: root/include/linux/msm_mdp.h
diff options
context:
space:
mode:
authorDima Zavin2011-03-02 22:17:08 +0100
committerDavid Brown2011-03-02 22:43:15 +0100
commita8d380f30a7d8cc507fd5cc84b2dc5ee2b2144d7 (patch)
treeb7b73a057d32c3bdfdbeedbd867d6682e4c38eaa /include/linux/msm_mdp.h
parentvideo: msmfb: Put the partial update magic value into the fix_screen struct. (diff)
downloadkernel-qcow2-linux-a8d380f30a7d8cc507fd5cc84b2dc5ee2b2144d7.tar.gz
kernel-qcow2-linux-a8d380f30a7d8cc507fd5cc84b2dc5ee2b2144d7.tar.xz
kernel-qcow2-linux-a8d380f30a7d8cc507fd5cc84b2dc5ee2b2144d7.zip
msm: mdp: Add support for RGBX 8888 image format.
Signed-off-by: Dima Zavin <dima@android.com> Signed-off-by: Carl Vanderlip <carlv@codeaurora.org> Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'include/linux/msm_mdp.h')
-rw-r--r--include/linux/msm_mdp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/msm_mdp.h b/include/linux/msm_mdp.h
index d11fe0f2f956..fe722c1fb61d 100644
--- a/include/linux/msm_mdp.h
+++ b/include/linux/msm_mdp.h
@@ -32,6 +32,7 @@ enum {
MDP_Y_CBCR_H2V1, /* Y and CrCb, pseduo planar w/ Cr is in MSB */
MDP_RGBA_8888, /* ARGB 888 */
MDP_BGRA_8888, /* ABGR 888 */
+ MDP_RGBX_8888, /* RGBX 888 */
MDP_IMGTYPE_LIMIT /* Non valid image type after this enum */
};