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 48f0cf8d..cce7a769 100644
--- a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
@@ -471,8 +471,7 @@ u32 gk20a_ce_create_context_with_cb(struct device *dev,
471 } 471 }
472 472
473 /* allocate gpfifo (1024 should be more than enough) */ 473 /* allocate gpfifo (1024 should be more than enough) */
474 err = gk20a_alloc_channel_gpfifo(ce_ctx->ch, 474 err = gk20a_channel_alloc_gpfifo(ce_ctx->ch, 1024, 0, 0);
475 &(struct nvgpu_alloc_gpfifo_ex_args){1024, 0, 0, {}});
476 if (err) { 475 if (err) {
477 gk20a_err(ce_ctx->dev, "ce: unable to allocate gpfifo"); 476 gk20a_err(ce_ctx->dev, "ce: unable to allocate gpfifo");
478 goto end; 477 goto end;