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

Commit 725fd44f 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: Fix assertive display precondition check"

parents 19bb948f e92005ce
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1578,6 +1578,8 @@ int mdss_mdp_pp_setup_locked(struct mdss_mdp_ctl *ctl)
									ret);
		goto exit;
	}
	if (mdata->nad_cfgs == 0)
		valid_mixers = false;
	for (i = 0; i < mixer_cnt && valid_mixers; i++) {
		if (mixer_id[i] > mdata->nad_cfgs)
			valid_mixers = false;