summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/ce2_gk20a.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
index 7cfcd154..ce76bfc3 100644
--- a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
@@ -460,7 +460,8 @@ u32 gk20a_ce_create_context_with_cb(struct device *dev,
460 if (!ce_ctx->ch) { 460 if (!ce_ctx->ch) {
461 gk20a_err(ce_ctx->dev, "ce: gk20a channel not available"); 461 gk20a_err(ce_ctx->dev, "ce: gk20a channel not available");
462 goto end; 462 goto end;
463 } 463 }
464 ce_ctx->ch->wdt_enabled = false;
464 465
465 /* bind the channel to the vm */ 466 /* bind the channel to the vm */
466 err = __gk20a_vm_bind_channel(&g->mm.ce.vm, ce_ctx->ch); 467 err = __gk20a_vm_bind_channel(&g->mm.ce.vm, ce_ctx->ch);