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 6ffc0532..5339f130 100644
--- a/drivers/gpu/nvgpu/common/linux/ce2.c
+++ b/drivers/gpu/nvgpu/common/linux/ce2.c
@@ -128,7 +128,7 @@ int gk20a_ce_execute_ops(struct gk20a *g,
128 pbdma_gp_entry1_length_f(methodSize)); 128 pbdma_gp_entry1_length_f(methodSize));
129 129
130 /* take always the postfence as it is needed for protecting the ce context */ 130 /* take always the postfence as it is needed for protecting the ce context */
131 submit_flags |= NVGPU_SUBMIT_GPFIFO_FLAGS_FENCE_GET; 131 submit_flags |= NVGPU_SUBMIT_FLAGS_FENCE_GET;
132 132
133 nvgpu_smp_wmb(); 133 nvgpu_smp_wmb();
134 134