Home
last modified time | relevance | path

Searched refs:KFD_MAX_QUEUE_PRIORITY (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dkfd_ioctl.h48 #define KFD_MAX_QUEUE_PRIORITY 15 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dkfd_ioctl.h34 #define KFD_MAX_QUEUE_PRIORITY 15 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dkfd_ioctl.h34 #define KFD_MAX_QUEUE_PRIORITY 15 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dkfd_ioctl.h20 #define KFD_MAX_QUEUE_PRIORITY 15 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dkfd_ioctl.h59 #define KFD_MAX_QUEUE_PRIORITY 15 macro
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c176 if (args->queue_priority > KFD_MAX_QUEUE_PRIORITY) { in set_queue_properties_from_user()
177 pr_err("Queue priority must be between 0 to KFD_MAX_QUEUE_PRIORITY\n"); in set_queue_properties_from_user()
380 if (args->queue_priority > KFD_MAX_QUEUE_PRIORITY) { in kfd_ioctl_update_queue()
381 pr_err("Queue priority must be between 0 to KFD_MAX_QUEUE_PRIORITY\n"); in kfd_ioctl_update_queue()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c198 if (args->queue_priority > KFD_MAX_QUEUE_PRIORITY) { in set_queue_properties_from_user()
199 pr_err("Queue priority must be between 0 to KFD_MAX_QUEUE_PRIORITY\n"); in set_queue_properties_from_user()
463 if (args->queue_priority > KFD_MAX_QUEUE_PRIORITY) { in kfd_ioctl_update_queue()
464 pr_err("Queue priority must be between 0 to KFD_MAX_QUEUE_PRIORITY\n"); in kfd_ioctl_update_queue()

Completed in 13 milliseconds