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

/linux-master/include/uapi/linux/
H A Dkfd_ioctl.h60 #define KFD_MAX_QUEUE_PRIORITY 15 macro
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c199 if (args->queue_priority > KFD_MAX_QUEUE_PRIORITY) {
200 pr_err("Queue priority must be between 0 to KFD_MAX_QUEUE_PRIORITY\n");
464 if (args->queue_priority > KFD_MAX_QUEUE_PRIORITY) {
465 pr_err("Queue priority must be between 0 to KFD_MAX_QUEUE_PRIORITY\n");

Completed in 99 milliseconds