Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsoc15.h49 void soc15_grbm_select(struct amdgpu_device *adev,
H A Dgfx_v9_0.c1157 soc15_grbm_select(adev, me, pipe, q, 0); in gfx_v9_0_select_me_pipe_q()
1756 soc15_grbm_select(adev, 0, 0, 0, i); in gfx_v9_0_init_compute_vmid()
1761 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_init_compute_vmid()
1782 soc15_grbm_select(adev, 0, 0, 0, i); in gfx_v9_0_gpu_init()
1800 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_gpu_init()
2988 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_kiq_init_queue()
2998 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_kiq_init_queue()
3021 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_kcq_init_queue()
3256 soc15_grbm_select(adev, adev->gfx.kiq.ring.me, in gfx_v9_0_hw_fini()
3260 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_hw_fini()
[all …]
H A 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()
H A Dsoc15.c217 void soc15_grbm_select(struct amdgpu_device *adev, in soc15_grbm_select() function