summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/ce2_gk20a.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
index 9be37a5e..8548ae84 100644
--- a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
@@ -652,7 +652,8 @@ int gk20a_ce_execute_ops(struct device *dev,
652 wmb(); 652 wmb();
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, &ce_cmd_buf_fence_out, true); 655 1, submit_flags, &fence,
656 &ce_cmd_buf_fence_out, false);
656 657
657 if (!ret) { 658 if (!ret) {
658 memcpy((void *)(cmd_buf_cpu_va + fence_index), 659 memcpy((void *)(cmd_buf_cpu_va + fence_index),