diff options
author | Kuogee Hsieh <khsieh@quicinc.com> | 2010-02-22 17:08:08 -0800 |
---|---|---|
committer | Kuogee Hsieh <khsieh@quicinc.com> | 2010-02-22 17:08:08 -0800 |
commit | 8b36e8f179b85707cfec1e9f045c0701aedde8ce (patch) | |
tree | a3a850084644a4b7d153b6498ac02a1841aab745 | |
parent | ca0d5ffd60af813fd6502f3a2ce47afc7c43632b (diff) | |
download | bionic-8b36e8f179b85707cfec1e9f045c0701aedde8ce.zip bionic-8b36e8f179b85707cfec1e9f045c0701aedde8ce.tar.gz bionic-8b36e8f179b85707cfec1e9f045c0701aedde8ce.tar.bz2 |
bionic: add overlay play enable ioctl
Add overlay play enable ioctl to allow user to start/stop
playing MDP4 overlay pipe.
-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 { |