summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/mm/mm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/mm/mm.c')
-rw-r--r--drivers/gpu/nvgpu/common/mm/mm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/mm/mm.c b/drivers/gpu/nvgpu/common/mm/mm.c
index 2663ab43..42d708ee 100644
--- a/drivers/gpu/nvgpu/common/mm/mm.c
+++ b/drivers/gpu/nvgpu/common/mm/mm.c
@@ -117,6 +117,10 @@ int nvgpu_mm_suspend(struct gk20a *g)
117 g->ops.fb.disable_hub_intr(g); 117 g->ops.fb.disable_hub_intr(g);
118 } 118 }
119 119
120 if (g->ops.mm.mmu_fault_disable_hw != NULL) {
121 g->ops.mm.mmu_fault_disable_hw(g);
122 }
123
120 nvgpu_log_info(g, "MM suspend done!"); 124 nvgpu_log_info(g, "MM suspend done!");
121 125
122 return 0; 126 return 0;