mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: Expose preemption flags to user space
Expose CILP and GFXP flags to user space ioctl NVGPU_IOCTL_CHANNEL_ALLOC_OBJ_CTX. Bug 200111328 Change-Id: I10931db2babd3222e308fd491824d95204355ff3 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/748932 GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
Deepak Nibade
parent
4d30fe5a24
commit
634acd7422
@@ -39,6 +39,10 @@
|
||||
*/
|
||||
#define NVGPU_ALLOC_GPFIFO_FLAGS_REPLAYABLE_FAULTS_ENABLE (1 << 2)
|
||||
|
||||
/* Flags in nvgpu_alloc_obj_ctx_args.flags */
|
||||
#define NVGPU_ALLOC_OBJ_FLAGS_GFXP (1 << 1)
|
||||
#define NVGPU_ALLOC_OBJ_FLAGS_CILP (1 << 2)
|
||||
|
||||
#endif /* _UAPI__LINUX_NVGPU_T18X_IOCTL_H_ */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user