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

Commit 39621b04 authored by Nirmal Abraham's avatar Nirmal Abraham
Browse files

drm/msm/sde: Correct args while calling setup_blendstage



The sde_hw_ctl_setup_blendstage function was called with
wrong input args which resulted in wrong mixer and CTL
settings. WB timeout and PP timeout were seen as a
side effect of this during WFD tear down. Correct the
arguments to resolve this.

Change-Id: I12ff35058f0baccfc27670169fe023a4b5fc18ad
Signed-off-by: default avatarNirmal Abraham <nabrah@codeaurora.org>
parent e44258dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line 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 */
		/* only enable border color on LM */
		if (phys_enc->hw_ctl->ops.setup_blendstage)
		if (phys_enc->hw_ctl->ops.setup_blendstage)
			phys_enc->hw_ctl->ops.setup_blendstage(
			phys_enc->hw_ctl->ops.setup_blendstage(
					phys_enc->hw_ctl, hw_lm->cfg.flags,
					phys_enc->hw_ctl, hw_lm->idx,
					hw_lm->idx, NULL);
					hw_lm->cfg.flags, NULL);
	}
	}


	if (!lm_valid) {
	if (!lm_valid) {