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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
index fd248313..db1ac539 100644
--- a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
@@ -653,7 +653,7 @@ int gk20a_ce_execute_ops(struct device *dev,
653 653
654 ret = gk20a_submit_channel_gpfifo(ce_ctx->ch, &gpfifo, NULL, 654 ret = gk20a_submit_channel_gpfifo(ce_ctx->ch, &gpfifo, NULL,
655 1, submit_flags, &fence, 655 1, submit_flags, &fence,
656 &ce_cmd_buf_fence_out, false); 656 &ce_cmd_buf_fence_out, false, NULL);
657 657
658 if (!ret) { 658 if (!ret) {
659 memcpy((void *)(cmd_buf_cpu_va + fence_index), 659 memcpy((void *)(cmd_buf_cpu_va + fence_index),