summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/nvgpu-t18x.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/nvgpu-t18x.h')
-rw-r--r--include/uapi/linux/nvgpu-t18x.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/linux/nvgpu-t18x.h b/include/uapi/linux/nvgpu-t18x.h
index c144f837..76814415 100644
--- a/include/uapi/linux/nvgpu-t18x.h
+++ b/include/uapi/linux/nvgpu-t18x.h
@@ -33,6 +33,12 @@
33 */ 33 */
34#define NVGPU_AS_MAP_BUFFER_FLAGS_IO_COHERENT (1 << 4) 34#define NVGPU_AS_MAP_BUFFER_FLAGS_IO_COHERENT (1 << 4)
35 35
36/*
37 * this flag is used in struct nvgpu_alloc_gpfifo_args
38 * to enable re-playable faults for that channel
39 */
40#define NVGPU_ALLOC_GPFIFO_FLAGS_REPLAYABLE_FAULTS_ENABLE (1 << 2)
41
36#endif /* _UAPI__LINUX_NVGPU_T18X_IOCTL_H_ */ 42#endif /* _UAPI__LINUX_NVGPU_T18X_IOCTL_H_ */
37 43
38 44