summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/cde.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/cde.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/cde.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/cde.c b/drivers/gpu/nvgpu/common/linux/cde.c
index dcccafb4..4911afa1 100644
--- a/drivers/gpu/nvgpu/common/linux/cde.c
+++ b/drivers/gpu/nvgpu/common/linux/cde.c
@@ -1171,7 +1171,7 @@ __releases(&l->cde_app->mutex)
1171 1171
1172 /* take always the postfence as it is needed for protecting the 1172 /* take always the postfence as it is needed for protecting the
1173 * cde context */ 1173 * cde context */
1174 flags = __flags | NVGPU_SUBMIT_GPFIFO_FLAGS_FENCE_GET; 1174 flags = __flags | NVGPU_SUBMIT_FLAGS_FENCE_GET;
1175 1175
1176 /* gk20a_cde_execute_buffer() will grab a power reference of it's own */ 1176 /* gk20a_cde_execute_buffer() will grab a power reference of it's own */
1177 gk20a_idle(g); 1177 gk20a_idle(g);