summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b')
-rw-r--r--drivers/gpu/nvgpu/gv11b/fifo_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
index 8b5eef82..b5af2972 100644
--- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
@@ -1180,7 +1180,7 @@ void gv11b_fifo_teardown_ch_tsg(struct gk20a *g, u32 act_eng_bitmask,
1180 if (rc_type == RC_TYPE_MMU_FAULT) { 1180 if (rc_type == RC_TYPE_MMU_FAULT) {
1181 gk20a_fifo_set_ctx_mmu_error_tsg(g, tsg); 1181 gk20a_fifo_set_ctx_mmu_error_tsg(g, tsg);
1182 } 1182 }
1183 1183 (void)gk20a_fifo_error_tsg(g, tsg);
1184 gk20a_fifo_abort_tsg(g, tsg, false); 1184 gk20a_fifo_abort_tsg(g, tsg, false);
1185 } 1185 }
1186 } else { 1186 } else {