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

Commit 2055b409 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: set interface stopped flag properly during suspend"

parents 720d0be3 8d8f7ae2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2874,6 +2874,8 @@ int mdss_mdp_cmd_ctx_stop(struct mdss_mdp_ctl *ctl,
		ctx->default_pp_num, NULL, NULL);

	memset(ctx, 0, sizeof(*ctx));
	/* intf stopped,  no more kickoff */
	ctx->intf_stopped = 1;

	return 0;
}