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

Commit 58cbe281 authored by Hareesh Gundu's avatar Hareesh Gundu Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Remove extra call to turn off interrupts



The interrupts were being turned off twice when going
to SLUMBER.

Change-Id: I3a5080ce37d19cee09ec5e7c38403cb5a7ed8080
Signed-off-by: default avatarHarshdeep Dhatt <hdhatt@codeaurora.org>
Signed-off-by: default avatarHareesh Gundu <hareeshg@codeaurora.org>
parent bacc0533
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2990,7 +2990,6 @@ _slumber(struct kgsl_device *device)
		kgsl_pwrctrl_clk_set_options(device, false);
		kgsl_pwrctrl_disable(device);
		kgsl_pwrscale_sleep(device);
		kgsl_pwrctrl_irq(device, KGSL_PWRFLAGS_OFF);
		kgsl_pwrctrl_set_state(device, KGSL_STATE_SLUMBER);
		pm_qos_update_request(&device->pwrctrl.pm_qos_req_dma,
						PM_QOS_DEFAULT_VALUE);