summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-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 f00e806f..fd014971 100644
--- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
@@ -1458,7 +1458,7 @@ bool gv11b_fifo_handle_ctxsw_timeout(struct gk20a *g, u32 fifo_intr)
1458 if (tsgid == FIFO_INVAL_TSG_ID) 1458 if (tsgid == FIFO_INVAL_TSG_ID)
1459 continue; 1459 continue;
1460 1460
1461 if (gk20a_fifo_check_tsg_ctxsw_timeout( 1461 if (g->ops.fifo.check_tsg_ctxsw_timeout(
1462 &f->tsg[tsgid], &verbose, &ms)) { 1462 &f->tsg[tsgid], &verbose, &ms)) {
1463 ret = true; 1463 ret = true;
1464 1464