Home
last modified time | relevance | path

Searched refs:max_no_of_hqd (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/amdkfd/
Dkfd_priv.h225 unsigned int max_no_of_hqd; member
Dkfd_device.c181 kfd->device_info.max_no_of_hqd = 24; in kfd_device_info_init()
Dkfd_process_queue_manager.c281 max_queues = dev->kfd->device_info.max_no_of_hqd/2; in pqm_create_queue()