From 87373abc9598bf5c57f429ea246497d3019a6034 Mon Sep 17 00:00:00 2001 From: Kevin Huang Date: Wed, 23 Jul 2014 13:52:48 -0700 Subject: gpu: nvgpu: gm20b: use gpc_mmu to check debug mode Bug 1534793 Change-Id: I8a4c35914b58dd13a7c10c668de9d4662d947d8c Signed-off-by: Kevin Huang Reviewed-on: http://git-master/r/441377 Reviewed-by: Terje Bergstrom Tested-by: Terje Bergstrom --- drivers/gpu/nvgpu/gk20a/mm_gk20a.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.c') diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c index 93a29b13..92095162 100644 --- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c +++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c @@ -3111,5 +3111,6 @@ void gk20a_init_mm(struct gpu_ops *gops) gops->mm.set_sparse = gk20a_vm_put_sparse; gops->mm.put_empty = gk20a_vm_put_empty; gops->mm.clear_sparse = gk20a_vm_clear_sparse; + gops->mm.is_debug_mode_enabled = gk20a_mm_mmu_debug_mode_enabled; } -- cgit v1.2.2