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

Commit cfa822c2 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: Fix ctl flush bits reset by dspp programming"

parents 075893a0 613e6e44
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5834,10 +5834,10 @@ int mdss_mdp_display_commit(struct mdss_mdp_ctl *ctl, void *arg,
				sctl->flush_bits = 0;
				sctl_flush_bits = 0;
			} else {
				sctl_flush_bits = sctl->flush_bits;
				sctl_flush_bits |= sctl->flush_bits;
			}
		}
		ctl_flush_bits = ctl->flush_bits;
		ctl_flush_bits |= ctl->flush_bits;
		mutex_unlock(&ctl->flush_lock);
	}
	/*