summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/mm_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/mm_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/mm_gm20b.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/mm_gm20b.c b/drivers/gpu/nvgpu/gm20b/mm_gm20b.c
index ac82d56a..ed5b5e0d 100644
--- a/drivers/gpu/nvgpu/gm20b/mm_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/mm_gm20b.c
@@ -327,4 +327,13 @@ void gm20b_init_mm(struct gpu_ops *gops)
327 gops->mm.set_sparse = gm20b_vm_put_sparse; 327 gops->mm.set_sparse = gm20b_vm_put_sparse;
328 gops->mm.clear_sparse = gm20b_vm_clear_sparse; 328 gops->mm.clear_sparse = gm20b_vm_clear_sparse;
329 gops->mm.is_debug_mode_enabled = gm20b_mm_mmu_debug_mode_enabled; 329 gops->mm.is_debug_mode_enabled = gm20b_mm_mmu_debug_mode_enabled;
330 gops->mm.gmmu_map = gk20a_locked_gmmu_map;
331 gops->mm.gmmu_unmap = gk20a_locked_gmmu_unmap;
332 gops->mm.vm_remove = gk20a_vm_remove_support;
333 gops->mm.vm_alloc_share = gk20a_vm_alloc_share;
334 gops->mm.vm_bind_channel = gk20a_vm_bind_channel;
335 gops->mm.fb_flush = gk20a_mm_fb_flush;
336 gops->mm.l2_invalidate = gk20a_mm_l2_invalidate;
337 gops->mm.l2_flush = gk20a_mm_l2_flush;
338 gops->mm.tlb_invalidate = gk20a_mm_tlb_invalidate;
330} 339}