summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux')
-rw-r--r--drivers/gpu/nvgpu/common/linux/ce2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/ce2.c b/drivers/gpu/nvgpu/common/linux/ce2.c
index 3fee23e5..5127a32b 100644
--- a/drivers/gpu/nvgpu/common/linux/ce2.c
+++ b/drivers/gpu/nvgpu/common/linux/ce2.c
@@ -173,7 +173,6 @@ int gk20a_ce_execute_ops(struct gk20a *g,
173 173
174 /* Next available command buffer queue Index */ 174 /* Next available command buffer queue Index */
175 ++ce_ctx->cmd_buf_read_queue_offset; 175 ++ce_ctx->cmd_buf_read_queue_offset;
176 ++ce_ctx->submitted_seq_number;
177 } 176 }
178 } else { 177 } else {
179 ret = -ENOMEM; 178 ret = -ENOMEM;