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

Commit a28dc2cc authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Enable POPP at non-turbo levels"

parents c312a53c 59696f5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -271,7 +271,7 @@ static bool popp_stable(struct kgsl_device *device)
	if (test_bit(POPP_PUSH, &psc->popp_state))
		return false;
	if (!psc->popp_level &&
			pwr->active_pwrlevel != 0)
			(pwr->active_pwrlevel == pwr->min_pwrlevel))
		return false;
	if (psc->history[KGSL_PWREVENT_STATE].events == NULL)
		return false;