diff options
author | Kinjal Bhavsar <kbhavsar@codeaurora.org> | 2010-11-03 15:19:57 -0700 |
---|---|---|
committer | Kinjal Bhavsar <kbhavsar@codeaurora.org> | 2010-11-03 15:19:57 -0700 |
commit | 1aea2f808f84eb8c681ba3b4f4f392572a75cf7a (patch) | |
tree | 15f18da5bf5f1511f4fe3377af5f09a8ea64d687 | |
parent | 30fdd981209108ac87f0e313eedabcd7a2ac0698 (diff) | |
download | bionic-1aea2f808f84eb8c681ba3b4f4f392572a75cf7a.zip bionic-1aea2f808f84eb8c681ba3b4f4f392572a75cf7a.tar.gz bionic-1aea2f808f84eb8c681ba3b4f4f392572a75cf7a.tar.bz2 |
bionic: update msm_mdp.h to include MDP_OV_PIPE_SHARE
Change-Id: Ib5d8ebc342eb2a10e53987ffad34e5e0d5a81be6
-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 2afc7ff..219e76e 100644 --- a/libc/kernel/common/linux/msm_mdp.h +++ b/libc/kernel/common/linux/msm_mdp.h @@ -85,6 +85,8 @@ enum { #define MDP_BLIT_SRC_GEM 0x04000000 #define MDP_BLIT_DST_GEM 0x02000000 #define MDP_BLIT_NON_CACHED 0x01000000 +#define MDP_OV_PIPE_SHARE 0x00800000 + #define MDP_TRANSP_NOP 0xffffffff #define MDP_ALPHA_NOP 0xff |