Loading drivers/gpu/msm/kgsl_pwrctrl.c +0 −3 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
drivers/gpu/msm/kgsl_pwrctrl.c +0 −3 Original line number Diff line number Diff line Loading @@ -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); } Loading