diff options
author | Jordan Crouse <jcrouse@codeaurora.org> | 2010-07-27 08:21:21 -0600 |
---|---|---|
committer | Jordan Crouse <jcrouse@codeaurora.org> | 2010-07-27 08:21:21 -0600 |
commit | e409accfe6738b18b7e80f643aac39475a891fe3 (patch) | |
tree | 751da09b82ab177ccdbcda2bfd279374af1df132 | |
parent | a2d883b71532ea253edb85aee4f3bdae76ac56bc (diff) | |
download | bionic-e409accfe6738b18b7e80f643aac39475a891fe3.zip bionic-e409accfe6738b18b7e80f643aac39475a891fe3.tar.gz bionic-e409accfe6738b18b7e80f643aac39475a891fe3.tar.bz2 |
Add a 'priv' member to msmfb_data and mdp_img to pass additional dataM8660AAABQNLYA1040M7630AABBQVLZA3011
-rw-r--r-- | libc/kernel/common/linux/msm_mdp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/kernel/common/linux/msm_mdp.h b/libc/kernel/common/linux/msm_mdp.h index 820e8d0..82acdd5 100644 --- a/libc/kernel/common/linux/msm_mdp.h +++ b/libc/kernel/common/linux/msm_mdp.h @@ -93,6 +93,7 @@ struct mdp_img { uint32_t format; uint32_t offset; int memory_id; + uint32_t priv; }; #define MDP_CCS_RGB2YUV 0 @@ -127,6 +128,8 @@ struct msmfb_data { uint32_t offset; int memory_id; int id; + uint32_t flags; + uint32_t priv; }; #define MSMFB_NEW_REQUEST -1 |