From d71d856bf93be6c31a03f1d3f7fa954a5b52ddb4 Mon Sep 17 00:00:00 2001 From: Adrian Salido-Moreno Date: Mon, 5 Aug 2013 14:03:25 -0700 Subject: 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 --- include/uapi/linux/msm_mdp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/uapi/linux') 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 -- cgit v1.2.3