Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1db0d66 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: Correct PP register programming deferring"

parents 40f83efe 5286e14f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2783,7 +2783,7 @@ int mdss_mdp_pp_setup_locked(struct mdss_mdp_ctl *ctl,
		(ctl->mfd->panel_info->type != WRITEBACK_PANEL));

	if (valid_mixers && (mixer_cnt <= mdata->nmax_concurrent_ad_hw) &&
		valid_ad_panel) {
		valid_ad_panel && (info->pp_program_mask & PP_PROGRAM_AD)) {
		ret = mdss_mdp_ad_setup(ctl->mfd);
		if (ret < 0)
			pr_warn("ad_setup(disp%d) returns %d\n", disp_num, ret);