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

Commit 64058e94 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: Check histogram interrupt request for REQ type"

parents 306a8c47 74cc2113
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3448,7 +3448,8 @@ int mdss_mdp_hist_intr_setup(struct mdss_intr *intr, int type)
		dis = intr->curr;
		intr->curr = 0;
		intr->state = MDSS_INTR_STATE_SUSPEND;
	} else if (intr->state != MDSS_IRQ_SUSPEND) {
	} else if (intr->state != MDSS_IRQ_SUSPEND &&
			type == MDSS_IRQ_REQ) {
		/* Not resuming/suspending or in suspend state */
		diff = intr->req ^ intr->curr;
		en = diff & ~intr->curr;