summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
index a32496a2..4e68fe67 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
@@ -570,7 +570,7 @@ void gk20a_free_channel(struct channel_gk20a *ch, bool finish)
570 if (g->fifo.deferred_reset_pending) { 570 if (g->fifo.deferred_reset_pending) {
571 gk20a_dbg(gpu_dbg_intr | gpu_dbg_gpu_dbg, "engine reset was" 571 gk20a_dbg(gpu_dbg_intr | gpu_dbg_gpu_dbg, "engine reset was"
572 " deferred, running now"); 572 " deferred, running now");
573 fifo_gk20a_finish_mmu_fault_handling(g, g->fifo.mmu_fault_engines); 573 gk20a_fifo_reset_engine(g, g->fifo.mmu_fault_engines);
574 g->fifo.mmu_fault_engines = 0; 574 g->fifo.mmu_fault_engines = 0;
575 g->fifo.deferred_reset_pending = false; 575 g->fifo.deferred_reset_pending = false;
576 } 576 }