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

Commit 3522233b 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: avoid MDP line count check when target is in suspend"

parents 9353e54c b51a3a00
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -192,6 +192,11 @@ static void mdss_mdp_video_intf_recovery(void *data, int event)
		delay = POLL_TIME_USEC_FOR_LN_CNT;

	while (1) {
		if (!ctl || !ctx || !ctx->timegen_en) {
			pr_warn("Target is in suspend state\n");
			return;
		}

		line_cnt = mdss_mdp_video_line_count(ctl);

		if ((line_cnt >= min_ln_cnt) && (line_cnt <