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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
index 99c518b5..67264f40 100644
--- a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
@@ -490,7 +490,8 @@ u32 gk20a_ce_create_context(struct gk20a *g,
490 } 490 }
491 491
492 /* allocate gpfifo (1024 should be more than enough) */ 492 /* allocate gpfifo (1024 should be more than enough) */
493 err = gk20a_channel_alloc_gpfifo(ce_ctx->ch, 1024, 0, 0); 493 err = gk20a_channel_alloc_gpfifo(ce_ctx->ch, 1024, 0,
494 NVGPU_GPFIFO_FLAGS_ALLOW_BARE_CHANNEL);
494 if (err) { 495 if (err) {
495 nvgpu_err(g, "ce: unable to allocate gpfifo"); 496 nvgpu_err(g, "ce: unable to allocate gpfifo");
496 goto end; 497 goto end;