Loading drivers/gpu/msm/kgsl_pwrctrl.c +2 −0 Original line number Diff line number Diff line Loading @@ -2535,6 +2535,7 @@ _aware(struct kgsl_device *device) case KGSL_STATE_RESET: if (!gmu_core_gpmu_isenabled(device)) break; kgsl_pwrctrl_irq(device, KGSL_PWRFLAGS_OFF); status = gmu_core_start(device); break; case KGSL_STATE_INIT: Loading Loading @@ -2596,6 +2597,7 @@ _aware(struct kgsl_device *device) * to make sure next attempt to wake up * GMU/GPU is indeed a fresh start. */ kgsl_pwrctrl_irq(device, KGSL_PWRFLAGS_OFF); gmu_core_suspend(device); kgsl_pwrctrl_set_state(device, state); } else { Loading Loading
drivers/gpu/msm/kgsl_pwrctrl.c +2 −0 Original line number Diff line number Diff line Loading @@ -2535,6 +2535,7 @@ _aware(struct kgsl_device *device) case KGSL_STATE_RESET: if (!gmu_core_gpmu_isenabled(device)) break; kgsl_pwrctrl_irq(device, KGSL_PWRFLAGS_OFF); status = gmu_core_start(device); break; case KGSL_STATE_INIT: Loading Loading @@ -2596,6 +2597,7 @@ _aware(struct kgsl_device *device) * to make sure next attempt to wake up * GMU/GPU is indeed a fresh start. */ kgsl_pwrctrl_irq(device, KGSL_PWRFLAGS_OFF); gmu_core_suspend(device); kgsl_pwrctrl_set_state(device, state); } else { Loading