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

Commit f0c2b5bc 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: Do not change active_pwrlevel while entering SLUMBER"

parents 029f60a8 5344e5c7
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2485,9 +2485,6 @@ static int kgsl_pwrctrl_enable(struct kgsl_device *device)
static void kgsl_pwrctrl_disable(struct kgsl_device *device)
{
	if (kgsl_gmu_isenabled(device)) {
		struct kgsl_pwrctrl *pwr = &device->pwrctrl;

		pwr->active_pwrlevel = pwr->num_pwrlevels - 1;
		kgsl_pwrctrl_axi(device, KGSL_PWRFLAGS_OFF);
		return gmu_stop(device);
	}