summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/cde.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/cde.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/cde.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/cde.c b/drivers/gpu/nvgpu/common/linux/cde.c
index 1cb531fb..02ee27bc 100644
--- a/drivers/gpu/nvgpu/common/linux/cde.c
+++ b/drivers/gpu/nvgpu/common/linux/cde.c
@@ -1311,8 +1311,7 @@ static int gk20a_cde_load(struct gk20a_cde_ctx *cde_ctx)
1311 } 1311 }
1312 1312
1313 /* allocate gpfifo (1024 should be more than enough) */ 1313 /* allocate gpfifo (1024 should be more than enough) */
1314 err = gk20a_channel_alloc_gpfifo(ch, 1024, 0, 1314 err = gk20a_channel_alloc_gpfifo(ch, 1024, 0, 0);
1315 NVGPU_GPFIFO_FLAGS_ALLOW_BARE_CHANNEL);
1316 if (err) { 1315 if (err) {
1317 nvgpu_warn(g, "cde: unable to allocate gpfifo"); 1316 nvgpu_warn(g, "cde: unable to allocate gpfifo");
1318 goto err_alloc_gpfifo; 1317 goto err_alloc_gpfifo;