summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/common/linux/cde.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/cde.c b/drivers/gpu/nvgpu/common/linux/cde.c
index 1ada0793..32b333f1 100644
--- a/drivers/gpu/nvgpu/common/linux/cde.c
+++ b/drivers/gpu/nvgpu/common/linux/cde.c
@@ -1309,6 +1309,8 @@ static int gk20a_cde_load(struct gk20a_cde_ctx *cde_ctx)
1309 goto err_get_gk20a_channel; 1309 goto err_get_gk20a_channel;
1310 } 1310 }
1311 1311
1312 ch->timeout.enabled = false;
1313
1312 /* bind the channel to the vm */ 1314 /* bind the channel to the vm */
1313 err = g->ops.mm.vm_bind_channel(g->mm.cde.vm, ch); 1315 err = g->ops.mm.vm_bind_channel(g->mm.cde.vm, ch);
1314 if (err) { 1316 if (err) {