Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_amdkfd_gfx_v9.c58 soc15_grbm_select(adev, mec, pipe, queue, vmid); in lock_srbm()
65 soc15_grbm_select(adev, 0, 0, 0, 0); in unlock_srbm()
747 soc15_grbm_select(adev, 1, pipe_idx, queue_slot, 0); in get_wave_count()
821 soc15_grbm_select(adev, 1, 0, 0, 0); in kgd_gfx_v9_get_cu_occupancy()
871 soc15_grbm_select(adev, 0, 0, 0, 0); in kgd_gfx_v9_get_cu_occupancy()
Dsoc15.h91 void soc15_grbm_select(struct amdgpu_device *adev,
Dgfx_v9_0.c2063 soc15_grbm_select(adev, me, pipe, q, vm); in gfx_v9_0_select_me_pipe_q()
2494 soc15_grbm_select(adev, 0, 0, 0, i); in gfx_v9_0_init_compute_vmid()
2499 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_init_compute_vmid()
2563 soc15_grbm_select(adev, 0, 0, 0, i); in gfx_v9_0_constants_init()
2585 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_constants_init()
3705 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0); in gfx_v9_0_kiq_init_queue()
3707 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_kiq_init_queue()
3714 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0); in gfx_v9_0_kiq_init_queue()
3717 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_kiq_init_queue()
3738 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0); in gfx_v9_0_kcq_init_queue()
[all …]
Dsoc15.c256 void soc15_grbm_select(struct amdgpu_device *adev, in soc15_grbm_select() function