summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
index 5b007f33..91e025e1 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
@@ -216,7 +216,7 @@ u32 channel_gk20a_pbdma_acquire_val(struct channel_gk20a *c)
216 val = pbdma_acquire_retry_man_2_f() | 216 val = pbdma_acquire_retry_man_2_f() |
217 pbdma_acquire_retry_exp_2_f(); 217 pbdma_acquire_retry_exp_2_f();
218 218
219 if (!c->g->timeouts_enabled) 219 if (!c->g->timeouts_enabled || !c->wdt_enabled)
220 return val; 220 return val;
221 221
222 timeout = gk20a_get_channel_watchdog_timeout(c); 222 timeout = gk20a_get_channel_watchdog_timeout(c);