summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu')
-rw-r--r--drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c b/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
index 952b79b5..b9f50817 100644
--- a/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
+++ b/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
@@ -135,11 +135,6 @@ static int gp10b_tegra_probe(struct device *dev)
135 } 135 }
136 136
137 platform->g->host1x_dev = host1x_pdev; 137 platform->g->host1x_dev = host1x_pdev;
138 if (platform->g->host1x_dev)
139 nvhost_register_dump_device(platform->g->host1x_dev,
140 gk20a_debug_dump_device,
141 platform->g->dev);
142
143 platform->bypass_smmu = !device_is_iommuable(dev); 138 platform->bypass_smmu = !device_is_iommuable(dev);
144 platform->disable_bigpage = platform->bypass_smmu; 139 platform->disable_bigpage = platform->bypass_smmu;
145 140
@@ -189,11 +184,6 @@ static int gp10b_tegra_late_probe(struct device *dev)
189 184
190static int gp10b_tegra_remove(struct device *dev) 185static int gp10b_tegra_remove(struct device *dev)
191{ 186{
192 struct gk20a_platform *platform = dev_get_drvdata(dev);
193
194 if (platform->g->host1x_dev)
195 nvhost_unregister_dump_device(platform->g->host1x_dev);
196
197 /* remove gk20a power subdomain from host1x */ 187 /* remove gk20a power subdomain from host1x */
198 nvhost_unregister_client_domain(dev_to_genpd(dev)); 188 nvhost_unregister_client_domain(dev_to_genpd(dev));
199 gr_gp10b_remove_sysfs(dev); 189 gr_gp10b_remove_sysfs(dev);