diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c index f00e806f5..fd0149717 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) if (tsgid == FIFO_INVAL_TSG_ID) continue; - if (gk20a_fifo_check_tsg_ctxsw_timeout( + if (g->ops.fifo.check_tsg_ctxsw_timeout( &f->tsg[tsgid], &verbose, &ms)) { ret = true;