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

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

Merge "fbdev: msm: Avoid reserve of mixers for single layer mixer"

parents b182dc5a 146ed987
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2559,7 +2559,7 @@ struct mdss_mdp_mixer *mdss_mdp_mixer_alloc(
			mixer_pool += ctl->mdata->ndspp;
			nmixers -= ctl->mdata->ndspp;
		} else if ((ctl->panel_data->panel_info.is_pluggable) &&
				nmixers_active) {
				nmixers_active > 1) {
			mixer_pool += ctl->mdata->ndspp;
			nmixers -= ctl->mdata->ndspp;
		}