Loading drivers/gpu/msm/kgsl_pwrctrl.c +6 −0 Original line number Diff line number Diff line Loading @@ -2839,6 +2839,12 @@ _aware(struct kgsl_device *device) status = gmu_core_start(device); break; case KGSL_STATE_INIT: /* if GMU already in FAULT */ if (gmu_core_isenabled(device) && test_bit(GMU_FAULT, &device->gmu_core.flags)) { status = -EINVAL; break; } status = kgsl_pwrctrl_enable(device); break; /* The following 3 cases shouldn't occur, but don't panic. */ Loading Loading
drivers/gpu/msm/kgsl_pwrctrl.c +6 −0 Original line number Diff line number Diff line Loading @@ -2839,6 +2839,12 @@ _aware(struct kgsl_device *device) status = gmu_core_start(device); break; case KGSL_STATE_INIT: /* if GMU already in FAULT */ if (gmu_core_isenabled(device) && test_bit(GMU_FAULT, &device->gmu_core.flags)) { status = -EINVAL; break; } status = kgsl_pwrctrl_enable(device); break; /* The following 3 cases shouldn't occur, but don't panic. */ Loading