summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorPing Li <pingli@codeaurora.org>2015-03-05 17:29:05 -0800
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:38:31 -0700
commitb27a8bb5bc830093f90ff343da82d6a7a4681869 (patch)
tree160f8ef4efb11b5cddb852b15affa96be03a1749 /drivers
parent5436b22971878eca1399baf8b9fc0fb8706e3bda (diff)
msm: mdss: Unblock mdp PP features when AD calib mode is enabled
Assertive display calibration mode can co-exist with MDP based post-processing features, only the backlight changes need to be blocked when AD calibration mode is enabled. Change-Id: I9c2932e4fa305a9d53cb4dcca11b877f298b4a23 Signed-off-by: Ping Li <pingli@codeaurora.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/fbdev/msm/mdss_mdp_pp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/video/fbdev/msm/mdss_mdp_pp.c b/drivers/video/fbdev/msm/mdss_mdp_pp.c
index 62cf4274908a..ff2d7a097d43 100644
--- a/drivers/video/fbdev/msm/mdss_mdp_pp.c
+++ b/drivers/video/fbdev/msm/mdss_mdp_pp.c
@@ -1700,10 +1700,6 @@ static int pp_dspp_setup(u32 disp_num, struct mdss_mdp_mixer *mixer)
ad_flags = 0;
}
- /* call calibration specific processing here */
- if (ctl->mfd->calib_mode)
- goto flush_exit;
-
/* nothing to update */
if ((!flags) && (!(opmode)) && (!ad_flags))
goto dspp_exit;
@@ -1844,7 +1840,6 @@ static int pp_dspp_setup(u32 disp_num, struct mdss_mdp_mixer *mixer)
pp_dspp_opmode_config(ctl, dspp_num, pp_sts, mdata->mdp_rev, &opmode);
-flush_exit:
if (ad_hw) {
mutex_lock(&ad->lock);
ad_flags = ad->reg_sts;