Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_chardev.c177 if (args->queue_priority > KFD_MAX_QUEUE_PRIORITY) { in set_queue_properties_from_user()
222 q_properties->priority = args->queue_priority; in set_queue_properties_from_user()
252 q_properties->priority, args->queue_priority); in set_queue_properties_from_user()
380 if (args->queue_priority > KFD_MAX_QUEUE_PRIORITY) { in kfd_ioctl_update_queue()
400 properties.priority = args->queue_priority; in kfd_ioctl_update_queue()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_gfx_v9_0.c5127 uint32_t queue_priority = acquire ? 0xf : 0x0; in gfx_v9_0_hqd_set_priority() local
5133 WREG32_SOC15_RLC(GC, 0, mmCP_HQD_QUEUE_PRIORITY, queue_priority); in gfx_v9_0_hqd_set_priority()
H A Damdgpu_gfx_v8_0.c6321 uint32_t queue_priority = acquire ? 0xf : 0x0; in gfx_v8_0_hqd_set_priority() local
6327 WREG32(mmCP_HQD_QUEUE_PRIORITY, queue_priority); in gfx_v8_0_hqd_set_priority()