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 11ccdd48..fb9c7712 100644
--- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
@@ -882,7 +882,7 @@ int gv11b_fifo_preempt_tsg(struct gk20a *g, struct tsg_gk20a *tsg)
882 nvgpu_err(g, "preempt timed out for tsgid: %u, " 882 nvgpu_err(g, "preempt timed out for tsgid: %u, "
883 "ctxsw timeout will trigger recovery if needed", tsg->tsgid); 883 "ctxsw timeout will trigger recovery if needed", tsg->tsgid);
884 } else { 884 } else {
885 gk20a_fifo_preempt_timeout_rc(g, tsg->tsgid, true); 885 gk20a_fifo_preempt_timeout_rc_tsg(g, tsg);
886 } 886 }
887 } 887 }
888 888