summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/pci.c')
-rw-r--r--drivers/gpu/nvgpu/pci.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/pci.c b/drivers/gpu/nvgpu/pci.c
index 69e16267..7ef626c2 100644
--- a/drivers/gpu/nvgpu/pci.c
+++ b/drivers/gpu/nvgpu/pci.c
@@ -460,6 +460,10 @@ static void nvgpu_pci_remove(struct pci_dev *pdev)
460 gk20a_wait_for_idle(&pdev->dev); 460 gk20a_wait_for_idle(&pdev->dev);
461 gk20a_dbg(gpu_dbg_shutdown, "Driver idle.\n"); 461 gk20a_dbg(gpu_dbg_shutdown, "Driver idle.\n");
462 462
463#ifdef CONFIG_ARCH_TEGRA_18x_SOC
464 nvgpu_clk_arb_cleanup_arbiter(g);
465#endif
466
463 gk20a_user_deinit(g->dev, &nvgpu_pci_class); 467 gk20a_user_deinit(g->dev, &nvgpu_pci_class);
464 gk20a_dbg(gpu_dbg_shutdown, "User de-init done.\b"); 468 gk20a_dbg(gpu_dbg_shutdown, "User de-init done.\b");
465 469