diff options
| author | Adrian Salido-Moreno <adrianm@codeaurora.org> | 2013-08-05 14:03:25 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:20:08 -0700 |
| commit | d71d856bf93be6c31a03f1d3f7fa954a5b52ddb4 (patch) | |
| tree | 46b5389c21c78eb51770dfab6b08bdaa33d882ac /include/uapi | |
| parent | 387f43dba14ba4baddec2e2f0bbf758741b244cf (diff) | |
msm: mdss: enable overfetch in dual pipe scenarios
Overfetch is disabled on the borders of videos to avoid picking up
padding which may result in greenish border on right and bottom. However
this has side effect for dual pipe cases where overfetch is required for
smooth scaling effect in the middle of image. Add a flag to catch these
cases and enable overfetching in the middle.
Change-Id: I2545dbdab2c0643986fefa85990e9e820e4c3611
Signed-off-by: Adrian Salido-Moreno <adrianm@codeaurora.org>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/msm_mdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h index 870bb5f03b32..3a184e359254 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -145,6 +145,7 @@ enum { #define MDSS_MDP_ROT_ONLY 0x80 #define MDSS_MDP_RIGHT_MIXER 0x100 +#define MDSS_MDP_DUAL_PIPE 0x200 /* mdp_blit_req flag values */ #define MDP_ROT_NOP 0 |
