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