summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/ce2.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/ce2.c')
-rw-r--r--drivers/gpu/nvgpu/os/linux/ce2.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/ce2.c b/drivers/gpu/nvgpu/os/linux/ce2.c
index 165f33db..8f20091b 100644
--- a/drivers/gpu/nvgpu/os/linux/ce2.c
+++ b/drivers/gpu/nvgpu/os/linux/ce2.c
@@ -130,9 +130,8 @@ int gk20a_ce_execute_ops(struct gk20a *g,
130 130
131 nvgpu_smp_wmb(); 131 nvgpu_smp_wmb();
132 132
133 ret = gk20a_submit_channel_gpfifo(ce_ctx->ch, &gpfifo, NULL, 133 ret = gk20a_submit_channel_gpfifo_kernel(ce_ctx->ch, &gpfifo,
134 1, submit_flags, &fence, 134 1, submit_flags, &fence, &ce_cmd_buf_fence_out);
135 &ce_cmd_buf_fence_out, NULL);
136 135
137 if (!ret) { 136 if (!ret) {
138 ce_ctx->postfences[ce_ctx->cmd_buf_read_queue_offset] = 137 ce_ctx->postfences[ce_ctx->cmd_buf_read_queue_offset] =