summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuIC Gerrit Code Review <gerrit@quicinc.com>2010-03-11 08:25:27 -0800
committerQuIC Gerrit Code Review <gerrit@quicinc.com>2010-03-11 08:25:27 -0800
commit86cffd9fceb468c7da3a67b96bd27cdf38b5b75d (patch)
treecf066b98331b3c517865c47362171f1ac99b93ad
parent511c797ae07f4ad1df10cb9787372b9f83c0553e (diff)
parenta8d54ce8f6c5466f56b4c4f24aae0e85b22fae30 (diff)
downloadbionic-86cffd9fceb468c7da3a67b96bd27cdf38b5b75d.zip
bionic-86cffd9fceb468c7da3a67b96bd27cdf38b5b75d.tar.gz
bionic-86cffd9fceb468c7da3a67b96bd27cdf38b5b75d.tar.bz2
Merge change Id29ab7e2 into eclair
* changes: bionic: Added YCBCR tile formats
-rw-r--r--libc/kernel/common/linux/msm_mdp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/kernel/common/linux/msm_mdp.h b/libc/kernel/common/linux/msm_mdp.h
index 5dd455b..820e8d0 100644
--- a/libc/kernel/common/linux/msm_mdp.h
+++ b/libc/kernel/common/linux/msm_mdp.h
@@ -52,6 +52,8 @@ enum {
MDP_RGBA_8888,
MDP_BGRA_8888,
MDP_RGBX_8888,
+ MDP_Y_CRCB_H2V2_TILE,
+ MDP_Y_CBCR_H2V2_TILE,
MDP_IMGTYPE_LIMIT,
MDP_BGR_565 = MDP_IMGTYPE2_START,
MDP_FB_FORMAT,