summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/cde.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/cde.c')
-rw-r--r--drivers/gpu/nvgpu/os/linux/cde.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/cde.c b/drivers/gpu/nvgpu/os/linux/cde.c
index 32b333f1..66a80403 100644
--- a/drivers/gpu/nvgpu/os/linux/cde.c
+++ b/drivers/gpu/nvgpu/os/linux/cde.c
@@ -783,9 +783,8 @@ static int gk20a_cde_execute_buffer(struct gk20a_cde_ctx *cde_ctx,
783 return -ENOSYS; 783 return -ENOSYS;
784 } 784 }
785 785
786 return gk20a_submit_channel_gpfifo(cde_ctx->ch, gpfifo, NULL, 786 return gk20a_submit_channel_gpfifo_kernel(cde_ctx->ch, gpfifo,
787 num_entries, flags, fence, fence_out, 787 num_entries, flags, fence, fence_out);
788 NULL);
789} 788}
790 789
791static void gk20a_cde_ctx_release(struct gk20a_cde_ctx *cde_ctx) 790static void gk20a_cde_ctx_release(struct gk20a_cde_ctx *cde_ctx)