Searched refs:amdgpu_gfx_is_high_priority_compute_queue (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_gfx.h | 541 bool amdgpu_gfx_is_high_priority_compute_queue(struct amdgpu_device *adev,
|
D | amdgpu_ring.c | 679 amdgpu_gfx_is_high_priority_compute_queue(adev, ring); in amdgpu_ring_to_mqd_prop()
|
D | amdgpu_gfx.c | 188 bool amdgpu_gfx_is_high_priority_compute_queue(struct amdgpu_device *adev, in amdgpu_gfx_is_high_priority_compute_queue() function
|
D | gfx_v9_4_3.c | 1033 hw_prio = amdgpu_gfx_is_high_priority_compute_queue(adev, ring) ? in gfx_v9_4_3_compute_ring_init() 1807 if (amdgpu_gfx_is_high_priority_compute_queue(adev, ring)) { in gfx_v9_4_3_mqd_set_priority()
|
D | gfx_v8_0.c | 1899 hw_prio = amdgpu_gfx_is_high_priority_compute_queue(adev, ring) ? in gfx_v8_0_compute_ring_init() 4413 if (amdgpu_gfx_is_high_priority_compute_queue(adev, ring)) { in gfx_v8_0_mqd_set_priority()
|
D | gfx_v9_0.c | 2177 hw_prio = amdgpu_gfx_is_high_priority_compute_queue(adev, ring) ? in gfx_v9_0_compute_ring_init() 3510 if (amdgpu_gfx_is_high_priority_compute_queue(adev, ring)) { in gfx_v9_0_mqd_set_priority()
|
D | gfx_v12_0.c | 955 hw_prio = amdgpu_gfx_is_high_priority_compute_queue(adev, ring) ? in gfx_v12_0_compute_ring_init()
|
D | gfx_v11_0.c | 1160 hw_prio = amdgpu_gfx_is_high_priority_compute_queue(adev, ring) ? in gfx_v11_0_compute_ring_init()
|
D | gfx_v10_0.c | 4650 hw_prio = amdgpu_gfx_is_high_priority_compute_queue(adev, ring) ? in gfx_v10_0_compute_ring_init()
|