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

Commit a7b19bcf 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: enable tearcheck while entering LP1 state"

parents 2055b409 be89a014
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -3019,7 +3019,11 @@ int mdss_mdp_cmd_stop(struct mdss_mdp_ctl *ctl, int panel_power_state)
			ctx->intf_stopped = 0;
			if (sctx)
				sctx->intf_stopped = 0;

			/*
			 * Tearcheck was disabled while entering LP2 state.
			 * Enable it back to allow updates in LP1 state.
			 */
			mdss_mdp_tearcheck_enable(ctl, true);
			goto end;
		}
	}