summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/nvgpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h
index e4f94c16..b1c602db 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -928,7 +928,7 @@ struct nvgpu_dbg_gpu_suspend_resume_contexts_args {
928 */ 928 */
929 929
930#define NVGPU_IOCTL_MAGIC 'H' 930#define NVGPU_IOCTL_MAGIC 'H'
931#define NVGPU_NO_TIMEOUT (-1) 931#define NVGPU_NO_TIMEOUT ((u32)~0)
932#define NVGPU_PRIORITY_LOW 50 932#define NVGPU_PRIORITY_LOW 50
933#define NVGPU_PRIORITY_MEDIUM 100 933#define NVGPU_PRIORITY_MEDIUM 100
934#define NVGPU_PRIORITY_HIGH 150 934#define NVGPU_PRIORITY_HIGH 150