summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/fifo_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/fifo_gv11b.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
index dce8ce9b..189fe3f0 100644
--- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
@@ -977,9 +977,9 @@ void gv11b_fifo_teardown_ch_tsg(struct gk20a *g, u32 act_eng_bitmask,
977 client_type = mmfault->client_type; 977 client_type = mmfault->client_type;
978 if (gk20a_is_channel_marked_as_tsg(refch)) 978 if (gk20a_is_channel_marked_as_tsg(refch))
979 tsg = &g->fifo.tsg[refch->tsgid]; 979 tsg = &g->fifo.tsg[refch->tsgid];
980 gv11b_fifo_reset_pbdma_and_eng_faulted(g, refch, 980 gv11b_fifo_reset_pbdma_and_eng_faulted(g, refch,
981 mmfault->faulted_pbdma, 981 mmfault->faulted_pbdma,
982 mmfault->faulted_engine); 982 mmfault->faulted_engine);
983 } else { 983 } else {
984 if (id_type == ID_TYPE_TSG) 984 if (id_type == ID_TYPE_TSG)
985 tsg = &g->fifo.tsg[id]; 985 tsg = &g->fifo.tsg[id];