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.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 fd014971..fdd9ecf0 100644
--- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
@@ -1231,7 +1231,7 @@ int gv11b_init_fifo_reset_enable_hw(struct gk20a *g)
1231 1231
1232 if (nvgpu_platform_is_silicon(g)) { 1232 if (nvgpu_platform_is_silicon(g)) {
1233 /* enable ctxsw timeout */ 1233 /* enable ctxsw timeout */
1234 timeout = GRFIFO_TIMEOUT_CHECK_PERIOD_US; 1234 timeout = g->fifo_eng_timeout_us;
1235 timeout = scale_ptimer(timeout, 1235 timeout = scale_ptimer(timeout,
1236 ptimer_scalingfactor10x(g->ptimer_src_freq)); 1236 ptimer_scalingfactor10x(g->ptimer_src_freq));
1237 timeout |= fifo_eng_ctxsw_timeout_detection_enabled_f(); 1237 timeout |= fifo_eng_ctxsw_timeout_detection_enabled_f();