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

Commit aae6a987 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: send frame events on polling mode"

parents 3f1d82aa 211eff0a
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -438,10 +438,9 @@ static int mdss_mdp_video_wait4comp(struct mdss_mdp_ctl *ctl, void *arg)
		} else {
			rc = 0;
		}

	}
	mdss_mdp_ctl_notify(ctl,
			rc ? MDP_NOTIFY_FRAME_TIMEOUT : MDP_NOTIFY_FRAME_DONE);
	}

	if (ctx->wait_pending) {
		ctx->wait_pending = 0;