diff options
author | Linux Build Service Account <lnxbuild@qualcomm.com> | 2010-11-23 02:26:47 -0800 |
---|---|---|
committer | QuIC Gerrit Code Review <code-review@localhost> | 2010-11-23 02:26:47 -0800 |
commit | 0c333363360f21edcf6d8b43c971b19ef2d6ffc7 (patch) | |
tree | c552c9757adc214d18c86e62a7c9e025b157a369 | |
parent | ceb9f93dbcdd1150d442286d00ab3c6d1e8fb5c3 (diff) | |
parent | 1aea2f808f84eb8c681ba3b4f4f392572a75cf7a (diff) | |
download | bionic-0c333363360f21edcf6d8b43c971b19ef2d6ffc7.zip bionic-0c333363360f21edcf6d8b43c971b19ef2d6ffc7.tar.gz bionic-0c333363360f21edcf6d8b43c971b19ef2d6ffc7.tar.bz2 |
Merge "bionic: update msm_mdp.h to include MDP_OV_PIPE_SHARE" into froyo
-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 |