diff options
author | Oded Gabbay <[email protected]> | 2017-10-27 19:35:30 -0400 |
---|---|---|
committer | Oded Gabbay <[email protected]> | 2017-10-27 19:35:30 -0400 |
commit | 7e86a365a8319970e002f83c73701a86d95a69e6 (patch) | |
tree | 6b33058ddbf61b54800861bc2cc5fbeffdab4353 | |
parent | b9a5d0a5db802277c93667c6af93e699bb8c773e (diff) |
drm/amdkfd: increase limit of signal events to 4096 per process
Signed-off-by: Oded Gabbay <[email protected]>
Reviewed-by: Ben Goz <[email protected]>
Signed-off-by: Felix Kuehling <[email protected]>
-rw-r--r-- | include/uapi/linux/kfd_ioctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/kfd_ioctl.h b/include/uapi/linux/kfd_ioctl.h index 26283fefdf5f..731d0df722e3 100644 --- a/include/uapi/linux/kfd_ioctl.h +++ b/include/uapi/linux/kfd_ioctl.h @@ -169,7 +169,7 @@ struct kfd_ioctl_dbg_wave_control_args { #define KFD_IOC_WAIT_RESULT_TIMEOUT 1 #define KFD_IOC_WAIT_RESULT_FAIL 2 -#define KFD_SIGNAL_EVENT_LIMIT 256 +#define KFD_SIGNAL_EVENT_LIMIT 4096 struct kfd_ioctl_create_event_args { __u64 event_page_offset; /* from KFD */ |