Loading drivers/gpu/msm/kgsl_bus.c +2 −0 Original line number Diff line number Diff line Loading @@ -163,6 +163,7 @@ int kgsl_bus_init(struct kgsl_device *device, struct platform_device *pdev) WARN(1, "The CPU has no way to set the GPU bus levels\n"); kfree(pwr->ddr_table); pwr->ddr_table = NULL; return PTR_ERR(pwr->icc_path); } Loading @@ -172,5 +173,6 @@ int kgsl_bus_init(struct kgsl_device *device, struct platform_device *pdev) void kgsl_bus_close(struct kgsl_device *device) { kfree(device->pwrctrl.ddr_table); device->pwrctrl.ddr_table = NULL; icc_put(device->pwrctrl.icc_path); } Loading
drivers/gpu/msm/kgsl_bus.c +2 −0 Original line number Diff line number Diff line Loading @@ -163,6 +163,7 @@ int kgsl_bus_init(struct kgsl_device *device, struct platform_device *pdev) WARN(1, "The CPU has no way to set the GPU bus levels\n"); kfree(pwr->ddr_table); pwr->ddr_table = NULL; return PTR_ERR(pwr->icc_path); } Loading @@ -172,5 +173,6 @@ int kgsl_bus_init(struct kgsl_device *device, struct platform_device *pdev) void kgsl_bus_close(struct kgsl_device *device) { kfree(device->pwrctrl.ddr_table); device->pwrctrl.ddr_table = NULL; icc_put(device->pwrctrl.icc_path); }