summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/nvgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/nvgpu.h')
-rw-r--r--include/uapi/linux/nvgpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h
index b3302e6f..5110ee79 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -968,6 +968,8 @@ struct nvgpu_alloc_gpfifo_args {
968struct nvgpu_alloc_gpfifo_ex_args { 968struct nvgpu_alloc_gpfifo_ex_args {
969 __u32 num_entries; 969 __u32 num_entries;
970 __u32 num_inflight_jobs; 970 __u32 num_inflight_jobs;
971#define NVGPU_ALLOC_GPFIFO_EX_FLAGS_VPR_ENABLED (1 << 0) /* set owner channel of this gpfifo as a vpr channel */
972#define NVGPU_ALLOC_GPFIFO_EX_FLAGS_DETERMINISTIC (1 << 1) /* channel shall exhibit deterministic behavior in the submit path */
971 __u32 flags; 973 __u32 flags;
972 __u32 reserved[5]; 974 __u32 reserved[5];
973}; 975};
@@ -994,8 +996,6 @@ struct nvgpu_fence {
994#define NVGPU_SUBMIT_GPFIFO_FLAGS_SUPPRESS_WFI (1 << 4) 996#define NVGPU_SUBMIT_GPFIFO_FLAGS_SUPPRESS_WFI (1 << 4)
995/* skip buffer refcounting during submit */ 997/* skip buffer refcounting during submit */
996#define NVGPU_SUBMIT_GPFIFO_FLAGS_SKIP_BUFFER_REFCOUNTING (1 << 5) 998#define NVGPU_SUBMIT_GPFIFO_FLAGS_SKIP_BUFFER_REFCOUNTING (1 << 5)
997/* submit should exhibit deterministic latency */
998#define NVGPU_SUBMIT_GPFIFO_FLAGS_DETERMINISTIC (1 << 6)
999 999
1000struct nvgpu_submit_gpfifo_args { 1000struct nvgpu_submit_gpfifo_args {
1001 __u64 gpfifo; 1001 __u64 gpfifo;