Home
last modified time | relevance | path

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

/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gfx.h375 bool amdgpu_gfx_is_high_priority_compute_queue(struct amdgpu_device *adev,
Damdgpu_gfx.c195 bool amdgpu_gfx_is_high_priority_compute_queue(struct amdgpu_device *adev, in amdgpu_gfx_is_high_priority_compute_queue() function
Dgfx_v9_0.c2231 hw_prio = amdgpu_gfx_is_high_priority_compute_queue(adev, ring->queue) ? in gfx_v9_0_compute_ring_init()
3386 if (amdgpu_gfx_is_high_priority_compute_queue(adev, ring->queue)) { in gfx_v9_0_mqd_set_priority()
Dgfx_v8_0.c1918 hw_prio = amdgpu_gfx_is_high_priority_compute_queue(adev, ring->queue) ? in gfx_v8_0_compute_ring_init()
4436 if (amdgpu_gfx_is_high_priority_compute_queue(adev, ring->queue)) { in gfx_v8_0_mqd_set_priority()
Dgfx_v10_0.c4337 hw_prio = amdgpu_gfx_is_high_priority_compute_queue(adev, ring->queue) ? in gfx_v10_0_compute_ring_init()
6363 if (amdgpu_gfx_is_high_priority_compute_queue(adev, ring->queue)) { in gfx_v10_0_compute_mqd_set_priority()