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

Commit 8ed66034 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: ensure ctl flush in case of fence timeout"

parents a755c585 757de027
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5062,6 +5062,9 @@ int mdss_mdp_display_commit(struct mdss_mdp_ctl *ctl, void *arg,
	 */
	if (ret == NOTIFY_BAD) {
		mdss_mdp_force_border_color(ctl);
		ctl_flush_bits |= (ctl->flush_bits | BIT(17));
		if (sctl && (!ctl->split_flush_en))
			sctl_flush_bits |= (sctl->flush_bits | BIT(17));
		ret = 0;
	}