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