Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dsoc15.h49 void soc15_grbm_select(struct amdgpu_device *adev,
Dgfx_v9_0.c1156 soc15_grbm_select(adev, me, pipe, q, 0); in gfx_v9_0_select_me_pipe_q()
1755 soc15_grbm_select(adev, 0, 0, 0, i); in gfx_v9_0_init_compute_vmid()
1760 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_init_compute_vmid()
1781 soc15_grbm_select(adev, 0, 0, 0, i); in gfx_v9_0_gpu_init()
1799 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_gpu_init()
3001 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0); in gfx_v9_0_kiq_init_queue()
3003 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_kiq_init_queue()
3010 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0); in gfx_v9_0_kiq_init_queue()
3013 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_kiq_init_queue()
3034 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0); in gfx_v9_0_kcq_init_queue()
[all …]
Damdgpu_amdkfd_gfx_v9.c236 soc15_grbm_select(adev, mec, pipe, queue, vmid); in lock_srbm()
243 soc15_grbm_select(adev, 0, 0, 0, 0); in unlock_srbm()
Dsoc15.c212 void soc15_grbm_select(struct amdgpu_device *adev, in soc15_grbm_select() function