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

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

Merge "drm/msm/sde: Correct args while calling setup_blendstage"

parents 577f05dc 39621b04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4239,8 +4239,8 @@ int sde_encoder_helper_reset_mixers(struct sde_encoder_phys *phys_enc,
		/* only enable border color on LM */
		if (phys_enc->hw_ctl->ops.setup_blendstage)
			phys_enc->hw_ctl->ops.setup_blendstage(
					phys_enc->hw_ctl, hw_lm->cfg.flags,
					hw_lm->idx, NULL);
					phys_enc->hw_ctl, hw_lm->idx,
					hw_lm->cfg.flags, NULL);
	}

	if (!lm_valid) {