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

Commit bd02dc6d authored by Ujwal Patel's avatar Ujwal Patel
Browse files

msm: mdss: Reset right mixer flush bits in split-display use-case



Split-display uses left and right mixers in a single control path. In
such scenarios, flush bits variable holding right mixer updates needs
to be reset in along with left mixer.

Change-Id: I66060b7be5a38e2c08e0f1d3d82a18062e2bd8c8
Signed-off-by: default avatarUjwal Patel <ujwalp@codeaurora.org>
parent e8b30b25
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1809,6 +1809,8 @@ int mdss_mdp_display_commit(struct mdss_mdp_ctl *ctl, void *arg)
	}
	wmb();
	ctl->flush_bits = 0;
	if (sctl)
		sctl->flush_bits = 0;

	if (ctl->display_fnc)
		ret = ctl->display_fnc(ctl, arg); /* kickoff */