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

Commit 39e9c1b1 authored by Harshdeep Dhatt's avatar Harshdeep Dhatt
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>
parent 7eaf07a0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2679,7 +2679,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);