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

Commit 875ce4b7 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: include rotator enum during mixer pipe update"

parents b28a332c 00a001d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2453,7 +2453,7 @@ int mdss_mdp_mixer_pipe_update(struct mdss_mdp_pipe *pipe,

	if (params_changed) {
		mixer->params_changed++;
		for (i = MDSS_MDP_STAGE_BASE; i < MDSS_MDP_MAX_STAGE; i++) {
		for (i = MDSS_MDP_STAGE_UNUSED; i < MDSS_MDP_MAX_STAGE; i++) {
			j = i * MAX_PIPES_PER_STAGE;
			if (pipe->is_right_blend)
				j++;