Searched refs:kiq_map_queues (Results 1 – 9 of 9) sorted by relevance
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_gfx.c | 666 if (!kiq->pmf || !kiq->pmf->kiq_map_queues || !kiq->pmf->kiq_set_resources) in amdgpu_gfx_enable_kcq() 702 kiq->pmf->kiq_map_queues(kiq_ring, in amdgpu_gfx_enable_kcq() 726 if (!kiq->pmf || !kiq->pmf->kiq_map_queues) in amdgpu_gfx_enable_kgq() 758 kiq->pmf->kiq_map_queues(kiq_ring, in amdgpu_gfx_enable_kgq()
|
| A D | amdgpu_gfx.h | 132 void (*kiq_map_queues)(struct amdgpu_ring *kiq_ring, member
|
| A D | mes_v11_0.c | 1244 if (!kiq->pmf || !kiq->pmf->kiq_map_queues) in mes_v11_0_kiq_enable_queue() 1253 kiq->pmf->kiq_map_queues(kiq_ring, &adev->mes.ring[0]); in mes_v11_0_kiq_enable_queue()
|
| A D | mes_v12_0.c | 1333 if (!kiq->pmf || !kiq->pmf->kiq_map_queues) in mes_v12_0_kiq_enable_queue() 1342 kiq->pmf->kiq_map_queues(kiq_ring, &adev->mes.ring[0]); in mes_v12_0_kiq_enable_queue()
|
| A D | gfx_v9_4_3.c | 326 .kiq_map_queues = gfx_v9_4_3_kiq_map_queues, 3619 kiq->pmf->kiq_map_queues(kiq_ring, ring); in gfx_v9_4_3_reset_kcq()
|
| A D | gfx_v9_0.c | 1079 .kiq_map_queues = gfx_v9_0_kiq_map_queues, 7238 kiq->pmf->kiq_map_queues(kiq_ring, ring); in gfx_v9_0_reset_kcq()
|
| A D | gfx_v10_0.c | 3875 .kiq_map_queues = gfx10_kiq_map_queues, 9571 kiq->pmf->kiq_map_queues(kiq_ring, ring); in gfx_v10_0_reset_kgq() 9641 kiq->pmf->kiq_map_queues(kiq_ring, ring); in gfx_v10_0_reset_kcq()
|
| A D | gfx_v12_0.c | 413 .kiq_map_queues = gfx_v12_0_kiq_map_queues,
|
| A D | gfx_v11_0.c | 473 .kiq_map_queues = gfx11_kiq_map_queues,
|
Completed in 70 milliseconds