summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/nvgpu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h
index e7d37221..00081c64 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -1359,6 +1359,10 @@ struct nvgpu_alloc_gpfifo_ex_args {
1359/* 1359/*
1360 * Channel shall exhibit deterministic behavior in the submit path. 1360 * Channel shall exhibit deterministic behavior in the submit path.
1361 * 1361 *
1362 * NOTE: as an exception, VPR resize may still cause the GPU to reset at any
1363 * time, which is not deterministic behavior. If this is not acceptable, the
1364 * user has to make sure that VPR resize does not occur.
1365 *
1362 * With this flag, any submits with in-kernel job tracking also require that 1366 * With this flag, any submits with in-kernel job tracking also require that
1363 * num_inflight_jobs is nonzero, and additionally that 1367 * num_inflight_jobs is nonzero, and additionally that
1364 * NVGPU_GPU_FLAGS_SUPPORT_DETERMINISTIC_SUBMIT_FULL is found in gpu 1368 * NVGPU_GPU_FLAGS_SUPPORT_DETERMINISTIC_SUBMIT_FULL is found in gpu