Searched refs:kiq_map_queues (Results 1 – 5 of 5) sorted by relevance
508 if (!kiq->pmf || !kiq->pmf->kiq_map_queues || !kiq->pmf->kiq_set_resources) in amdgpu_gfx_enable_kcq()540 kiq->pmf->kiq_map_queues(kiq_ring, &adev->gfx.compute_ring[i]); in amdgpu_gfx_enable_kcq()
85 void (*kiq_map_queues)(struct amdgpu_ring *kiq_ring, member
793 if (!kiq->pmf || !kiq->pmf->kiq_map_queues)802 kiq->pmf->kiq_map_queues(kiq_ring, &adev->mes.ring);
3712 .kiq_map_queues = gfx10_kiq_map_queues,6802 if (!kiq->pmf || !kiq->pmf->kiq_map_queues) in gfx_v10_0_kiq_enable_kgq()6813 kiq->pmf->kiq_map_queues(kiq_ring, &adev->gfx.gfx_ring[i]); in gfx_v10_0_kiq_enable_kgq()
943 .kiq_map_queues = gfx_v9_0_kiq_map_queues,