Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_amdkfd_gfx_v9.c60 soc15_grbm_select(adev, mec, pipe, queue, vmid); in lock_srbm()
67 soc15_grbm_select(adev, 0, 0, 0, 0); in unlock_srbm()
752 soc15_grbm_select(adev, 1, pipe_idx, queue_slot, 0); in get_wave_count()
826 soc15_grbm_select(adev, 1, 0, 0, 0); in kgd_gfx_v9_get_cu_occupancy()
876 soc15_grbm_select(adev, 0, 0, 0, 0); in kgd_gfx_v9_get_cu_occupancy()
Dsoc15.h102 void soc15_grbm_select(struct amdgpu_device *adev,
Dgfx_v9_0.c2118 soc15_grbm_select(adev, me, pipe, q, vm); in gfx_v9_0_select_me_pipe_q()
2559 soc15_grbm_select(adev, 0, 0, 0, i); in gfx_v9_0_init_compute_vmid()
2564 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_init_compute_vmid()
2628 soc15_grbm_select(adev, 0, 0, 0, i); in gfx_v9_0_constants_init()
2650 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_constants_init()
3791 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0); in gfx_v9_0_kiq_init_queue()
3793 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_kiq_init_queue()
3800 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0); in gfx_v9_0_kiq_init_queue()
3803 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_kiq_init_queue()
3831 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0); in gfx_v9_0_kcq_init_queue()
[all …]
Dgfx_v9_4_2.c759 soc15_grbm_select(adev, 0, 0, 0, i); in gfx_v9_4_2_debug_trap_config_init()
767 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_4_2_debug_trap_config_init()
Dsoc15.c344 void soc15_grbm_select(struct amdgpu_device *adev, in soc15_grbm_select() function