summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/ce2_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/ce2_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
index 18878991..44a10659 100644
--- a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
@@ -443,7 +443,7 @@ u32 gk20a_ce_create_context(struct gk20a *g,
443 err = -ENOMEM; 443 err = -ENOMEM;
444 goto end; 444 goto end;
445 } 445 }
446 ce_ctx->ch->wdt_enabled = false; 446 ce_ctx->ch->timeout.enabled = false;
447 447
448 /* bind the channel to the vm */ 448 /* bind the channel to the vm */
449 err = __gk20a_vm_bind_channel(g->mm.ce.vm, ce_ctx->ch); 449 err = __gk20a_vm_bind_channel(g->mm.ce.vm, ce_ctx->ch);