diff options
author | QuIC Gerrit Code Review <gerrit@quicinc.com> | 2010-02-25 18:51:01 -0800 |
---|---|---|
committer | QuIC Gerrit Code Review <gerrit@quicinc.com> | 2010-02-25 18:51:01 -0800 |
commit | c28a311340a5eaeb4815d64a110e9ce2b4e112ad (patch) | |
tree | 51d252e87842a6061a45850223f944bc08b06c5b | |
parent | 6294ce49232a99d62f28e28ea1882828d479674f (diff) | |
parent | 8b36e8f179b85707cfec1e9f045c0701aedde8ce (diff) | |
download | bionic-c28a311340a5eaeb4815d64a110e9ce2b4e112ad.zip bionic-c28a311340a5eaeb4815d64a110e9ce2b4e112ad.tar.gz bionic-c28a311340a5eaeb4815d64a110e9ce2b4e112ad.tar.bz2 |
Merge change I8b36e8f1 into eclairM76XXTSNCJNLYA5310
* changes:
bionic: add overlay play enable ioctl
-rw-r--r-- | libc/kernel/common/linux/msm_mdp.h | 2 |
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 181f2e0..5dd455b 100644 --- a/libc/kernel/common/linux/msm_mdp.h +++ b/libc/kernel/common/linux/msm_mdp.h @@ -35,6 +35,8 @@ struct mdp_page_protection) #define MSMFB_OVERLAY_GET _IOR(MSMFB_IOCTL_MAGIC, 140, struct mdp_overlay) +#define MSMFB_OVERLAY_PLAY_ENABLE _IOW(MSMFB_IOCTL_MAGIC, 141, unsigned int) + #define MDP_IMGTYPE2_START 0x10000 enum { |