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, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/cde.c b/drivers/gpu/nvgpu/common/linux/cde.c
index b48c498d..f6b43113 100644
--- a/drivers/gpu/nvgpu/common/linux/cde.c
+++ b/drivers/gpu/nvgpu/common/linux/cde.c
@@ -1294,7 +1294,8 @@ static int gk20a_cde_load(struct gk20a_cde_ctx *cde_ctx)
1294 } 1294 }
1295 1295
1296 /* allocate gpfifo (1024 should be more than enough) */ 1296 /* allocate gpfifo (1024 should be more than enough) */
1297 err = gk20a_channel_alloc_gpfifo(ch, 1024, 0, 0); 1297 err = gk20a_channel_alloc_gpfifo(ch, 1024, 0,
1298 NVGPU_GPFIFO_FLAGS_ALLOW_BARE_CHANNEL);
1298 if (err) { 1299 if (err) {
1299 nvgpu_warn(g, "cde: unable to allocate gpfifo"); 1300 nvgpu_warn(g, "cde: unable to allocate gpfifo");
1300 goto err_alloc_gpfifo; 1301 goto err_alloc_gpfifo;