summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
index 049b8da2..aed130e4 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
@@ -1602,6 +1602,7 @@ int gk20a_fifo_deferred_reset(struct gk20a *g, struct channel_gk20a *ch)
1602 engines = gk20a_fifo_engines_on_id(g, tsg->tsgid, true); 1602 engines = gk20a_fifo_engines_on_id(g, tsg->tsgid, true);
1603 } else { 1603 } else {
1604 nvgpu_err(g, "chid: %d is not bound to tsg", ch->chid); 1604 nvgpu_err(g, "chid: %d is not bound to tsg", ch->chid);
1605 engines = g->fifo.deferred_fault_engines;
1605 } 1606 }
1606 1607
1607 if (engines == 0U) { 1608 if (engines == 0U) {