summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 70eb0a7e..606dbc1f 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -696,6 +696,9 @@ void gk20a_remove_support(struct device *dev)
696 if (g->gr.remove_support) 696 if (g->gr.remove_support)
697 g->gr.remove_support(&g->gr); 697 g->gr.remove_support(&g->gr);
698 698
699 if (g->mm.remove_ce_support)
700 g->mm.remove_ce_support(&g->mm);
701
699 if (g->fifo.remove_support) 702 if (g->fifo.remove_support)
700 g->fifo.remove_support(&g->fifo); 703 g->fifo.remove_support(&g->fifo);
701 704