Loading drivers/gpu/msm/kgsl_pwrctrl.c +8 −11 Original line number Diff line number Diff line Loading @@ -1450,7 +1450,6 @@ int kgsl_pwrctrl_init(struct kgsl_device *device) * is not enabled and gpu bus voting is to be done * from the driver. */ if (pdata->bus_scale_table) { pwr->pcl = msm_bus_scale_register_client (pdata->bus_scale_table); if (!pwr->pcl) { Loading @@ -1461,8 +1460,6 @@ int kgsl_pwrctrl_init(struct kgsl_device *device) goto done; } } return result; } /* * Set the range permitted for BIMC votes per-GPU frequency. Loading Loading
drivers/gpu/msm/kgsl_pwrctrl.c +8 −11 Original line number Diff line number Diff line Loading @@ -1450,7 +1450,6 @@ int kgsl_pwrctrl_init(struct kgsl_device *device) * is not enabled and gpu bus voting is to be done * from the driver. */ if (pdata->bus_scale_table) { pwr->pcl = msm_bus_scale_register_client (pdata->bus_scale_table); if (!pwr->pcl) { Loading @@ -1461,8 +1460,6 @@ int kgsl_pwrctrl_init(struct kgsl_device *device) goto done; } } return result; } /* * Set the range permitted for BIMC votes per-GPU frequency. Loading