Home
last modified time | relevance | path

Searched refs:amdgpu_gfx_is_high_priority_compute_queue (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gfx.h393 bool amdgpu_gfx_is_high_priority_compute_queue(struct amdgpu_device *adev,
Damdgpu_gfx.c197 bool amdgpu_gfx_is_high_priority_compute_queue(struct amdgpu_device *adev, in amdgpu_gfx_is_high_priority_compute_queue() function
Dgfx_v8_0.c1927 hw_prio = amdgpu_gfx_is_high_priority_compute_queue(adev, ring) ? in gfx_v8_0_compute_ring_init()
4445 if (amdgpu_gfx_is_high_priority_compute_queue(adev, ring)) { in gfx_v8_0_mqd_set_priority()
Dgfx_v9_0.c2294 hw_prio = amdgpu_gfx_is_high_priority_compute_queue(adev, ring) ? in gfx_v9_0_compute_ring_init()
3456 if (amdgpu_gfx_is_high_priority_compute_queue(adev, ring)) { in gfx_v9_0_mqd_set_priority()
Dgfx_v10_0.c4804 hw_prio = amdgpu_gfx_is_high_priority_compute_queue(adev, ring) ? in gfx_v10_0_compute_ring_init()
6863 if (amdgpu_gfx_is_high_priority_compute_queue(adev, ring)) { in gfx_v10_0_compute_mqd_set_priority()