diff --git a/drivers/gpu/nvgpu/common/linux/cde.c b/drivers/gpu/nvgpu/common/linux/cde.c index 1ada07939..32b333f13 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) goto err_get_gk20a_channel; } + ch->timeout.enabled = false; + /* bind the channel to the vm */ err = g->ops.mm.vm_bind_channel(g->mm.cde.vm, ch); if (err) {