Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Dsoc15.h70 void soc15_grbm_select(struct amdgpu_device *adev,
Damdgpu_amdkfd_gfx_v9.c95 soc15_grbm_select(adev, mec, pipe, queue, vmid); in lock_srbm()
102 soc15_grbm_select(adev, 0, 0, 0, 0); in unlock_srbm()
Dgfx_v9_0.c1848 soc15_grbm_select(adev, me, pipe, q, vm); in gfx_v9_0_select_me_pipe_q()
2468 soc15_grbm_select(adev, 0, 0, 0, i); in gfx_v9_0_init_compute_vmid()
2473 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_init_compute_vmid()
2521 soc15_grbm_select(adev, 0, 0, 0, i); in gfx_v9_0_constants_init()
2543 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_constants_init()
3716 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0); in gfx_v9_0_kiq_init_queue()
3718 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_kiq_init_queue()
3725 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0); in gfx_v9_0_kiq_init_queue()
3728 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_kiq_init_queue()
3749 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0); in gfx_v9_0_kcq_init_queue()
[all …]
Dsoc15.c274 void soc15_grbm_select(struct amdgpu_device *adev, in soc15_grbm_select() function