diff options
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r-- | drivers/gpu/nvgpu/include/nvgpu/enabled.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/enabled.h b/drivers/gpu/nvgpu/include/nvgpu/enabled.h index 82f9e6d2..f2b5dbf7 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/enabled.h +++ b/drivers/gpu/nvgpu/include/nvgpu/enabled.h | |||
@@ -78,28 +78,28 @@ struct gk20a; | |||
78 | /* NVGPU_IOCTL_CHANNEL_CYCLE_STATS_SNAPSHOT is available */ | 78 | /* NVGPU_IOCTL_CHANNEL_CYCLE_STATS_SNAPSHOT is available */ |
79 | #define NVGPU_SUPPORT_CYCLE_STATS_SNAPSHOT 33 | 79 | #define NVGPU_SUPPORT_CYCLE_STATS_SNAPSHOT 33 |
80 | /* Both gpu driver and device support TSG */ | 80 | /* Both gpu driver and device support TSG */ |
81 | #define NVGPU_SUPPORT_TSG 33 | 81 | #define NVGPU_SUPPORT_TSG 34 |
82 | /* Fast deterministic submits with no job tracking are supported */ | 82 | /* Fast deterministic submits with no job tracking are supported */ |
83 | #define NVGPU_SUPPORT_DETERMINISTIC_SUBMIT_NO_JOBTRACKING 34 | 83 | #define NVGPU_SUPPORT_DETERMINISTIC_SUBMIT_NO_JOBTRACKING 35 |
84 | /* Deterministic submits are supported even with job tracking */ | 84 | /* Deterministic submits are supported even with job tracking */ |
85 | #define NVGPU_SUPPORT_DETERMINISTIC_SUBMIT_FULL 35 | 85 | #define NVGPU_SUPPORT_DETERMINISTIC_SUBMIT_FULL 36 |
86 | /* NVGPU_SUBMIT_GPFIFO_FLAGS_RESCHEDULE_RUNLIST is available */ | 86 | /* NVGPU_SUBMIT_GPFIFO_FLAGS_RESCHEDULE_RUNLIST is available */ |
87 | #define NVGPU_SUPPORT_RESCHEDULE_RUNLIST 36 | 87 | #define NVGPU_SUPPORT_RESCHEDULE_RUNLIST 37 |
88 | 88 | ||
89 | /* NVGPU_GPU_IOCTL_GET_EVENT_FD is available */ | 89 | /* NVGPU_GPU_IOCTL_GET_EVENT_FD is available */ |
90 | #define NVGPU_SUPPORT_DEVICE_EVENTS 37 | 90 | #define NVGPU_SUPPORT_DEVICE_EVENTS 38 |
91 | /* FECS context switch tracing is available */ | 91 | /* FECS context switch tracing is available */ |
92 | #define NVGPU_SUPPORT_FECS_CTXSW_TRACE 38 | 92 | #define NVGPU_SUPPORT_FECS_CTXSW_TRACE 39 |
93 | 93 | ||
94 | /* NVGPU_GPU_IOCTL_SET_DETERMINISTIC_OPTS is available */ | 94 | /* NVGPU_GPU_IOCTL_SET_DETERMINISTIC_OPTS is available */ |
95 | #define NVGPU_SUPPORT_DETERMINISTIC_OPTS 39 | 95 | #define NVGPU_SUPPORT_DETERMINISTIC_OPTS 40 |
96 | 96 | ||
97 | /* | 97 | /* |
98 | * Security flags | 98 | * Security flags |
99 | */ | 99 | */ |
100 | 100 | ||
101 | #define NVGPU_SEC_SECUREGPCCS 40 | 101 | #define NVGPU_SEC_SECUREGPCCS 41 |
102 | #define NVGPU_SEC_PRIVSECURITY 41 | 102 | #define NVGPU_SEC_PRIVSECURITY 42 |
103 | 103 | ||
104 | /* | 104 | /* |
105 | * PMU flags. | 105 | * PMU flags. |