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/ioctl_ctrl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/ioctl_ctrl.c b/drivers/gpu/nvgpu/common/linux/ioctl_ctrl.c
index 398823f3..f5f467b3 100644
--- a/drivers/gpu/nvgpu/common/linux/ioctl_ctrl.c
+++ b/drivers/gpu/nvgpu/common/linux/ioctl_ctrl.c
@@ -156,6 +156,8 @@ static struct nvgpu_flags_mapping flags_mapping[] = {
156 NVGPU_SUPPORT_DETERMINISTIC_SUBMIT_FULL}, 156 NVGPU_SUPPORT_DETERMINISTIC_SUBMIT_FULL},
157 {NVGPU_GPU_FLAGS_SUPPORT_DETERMINISTIC_OPTS, 157 {NVGPU_GPU_FLAGS_SUPPORT_DETERMINISTIC_OPTS,
158 NVGPU_SUPPORT_DETERMINISTIC_OPTS}, 158 NVGPU_SUPPORT_DETERMINISTIC_OPTS},
159 {NVGPU_GPU_FLAGS_SUPPORT_SYNCPOINT_ADDRESS,
160 NVGPU_SUPPORT_SYNCPOINT_ADDRESS},
159 {NVGPU_GPU_FLAGS_SUPPORT_IO_COHERENCE, 161 {NVGPU_GPU_FLAGS_SUPPORT_IO_COHERENCE,
160 NVGPU_SUPPORT_IO_COHERENCE}, 162 NVGPU_SUPPORT_IO_COHERENCE},
161 {NVGPU_GPU_FLAGS_SUPPORT_RESCHEDULE_RUNLIST, 163 {NVGPU_GPU_FLAGS_SUPPORT_RESCHEDULE_RUNLIST,