diff options
author | Deepak Nibade <dnibade@nvidia.com> | 2016-03-31 02:53:53 -0400 |
---|---|---|
committer | Deepak Nibade <dnibade@nvidia.com> | 2016-12-27 04:52:11 -0500 |
commit | a94e6e72e64f3a0daed1baf26a023ee841d032e7 (patch) | |
tree | b0fbc337bdb34e5e56c354d848aec4244e3675aa /include/uapi/linux/nvgpu-t18x.h | |
parent | 58adb7385de5dd3dee6d1493edbf5ee33d142dbc (diff) |
gpu: nvgpu: add T18x specific event ids
Add CILP preemption started/completed event ids
Bug 200089620
Change-Id: Ie78c9fbe517fd18c4438b6fc06d4c1cf046ba586
Signed-off-by: Deepak Nibade <dnibade@nvidia.com>
Reviewed-on: http://git-master/r/1030777
(cherry picked from commit 065f672020942d377fe3f2388f9daa058406110a)
Reviewed-on: http://git-master/r/1120288
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'include/uapi/linux/nvgpu-t18x.h')
-rw-r--r-- | include/uapi/linux/nvgpu-t18x.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/uapi/linux/nvgpu-t18x.h b/include/uapi/linux/nvgpu-t18x.h index 6116ec61..e2696b4c 100644 --- a/include/uapi/linux/nvgpu-t18x.h +++ b/include/uapi/linux/nvgpu-t18x.h | |||
@@ -58,6 +58,10 @@ | |||
58 | NVGPU_GPU_FLAGS_ECC_ENABLED_TEX | \ | 58 | NVGPU_GPU_FLAGS_ECC_ENABLED_TEX | \ |
59 | NVGPU_GPU_FLAGS_ECC_ENABLED_LTC) | 59 | NVGPU_GPU_FLAGS_ECC_ENABLED_LTC) |
60 | 60 | ||
61 | /* Channel event_id in nvgpu_channel_events_ctrl_ext_args */ | ||
62 | #define NVGPU_IOCTL_CHANNEL_EVENT_ID_CILP_PREEMPTION_STARTED 3 | ||
63 | #define NVGPU_IOCTL_CHANNEL_EVENT_ID_CILP_PREEMPTION_COMPLETE 4 | ||
64 | |||
61 | #endif /* _UAPI__LINUX_NVGPU_T18X_IOCTL_H_ */ | 65 | #endif /* _UAPI__LINUX_NVGPU_T18X_IOCTL_H_ */ |
62 | 66 | ||
63 | 67 | ||