summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
index 2ff54653..a857390b 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
@@ -832,6 +832,7 @@ static void gk20a_remove_mm_support(struct mm_gk20a *mm)
832 gk20a_free_inst_block(gk20a_from_mm(mm), &mm->hwpm.inst_block); 832 gk20a_free_inst_block(gk20a_from_mm(mm), &mm->hwpm.inst_block);
833 gk20a_vm_remove_support_nofree(&mm->cde.vm); 833 gk20a_vm_remove_support_nofree(&mm->cde.vm);
834 834
835 gk20a_semaphore_sea_destroy(g);
835 gk20a_vidmem_destroy(g); 836 gk20a_vidmem_destroy(g);
836} 837}
837 838