Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dkfd_ioctl.h44 #define KFD_MAX_QUEUE_PRIORITY 15 macro
/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_chardev.c155 if (args->queue_priority > KFD_MAX_QUEUE_PRIORITY) { in set_queue_properties_from_user()
359 if (args->queue_priority > KFD_MAX_QUEUE_PRIORITY) { in kfd_ioctl_update_queue()