Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsoc24.h28 void soc24_grbm_select(struct amdgpu_device *adev,
H A Dgfx_v12_0.c865 soc24_grbm_select(adev, me, pipe, q, vm); in gfx_v12_0_select_me_pipe_q()
1684 soc24_grbm_select(adev, 0, 0, 0, i); in gfx_v12_0_init_compute_vmid()
1694 soc24_grbm_select(adev, 0, 0, 0, 0); in gfx_v12_0_init_compute_vmid()
1724 soc24_grbm_select(adev, 0, 0, 0, i); in gfx_v12_0_constants_init()
1735 soc24_grbm_select(adev, 0, 0, 0, 0); in gfx_v12_0_constants_init()
2026 soc24_grbm_select(adev, 0, pipe_id, 0, 0); in gfx_v12_0_config_gfx_rs64()
2033 soc24_grbm_select(adev, 0, 0, 0, 0); in gfx_v12_0_config_gfx_rs64()
2048 soc24_grbm_select(adev, 0, pipe_id, 0, 0); in gfx_v12_0_config_gfx_rs64()
2055 soc24_grbm_select(adev, 0, 0, 0, 0); in gfx_v12_0_config_gfx_rs64()
2070 soc24_grbm_select(adev, 1, pipe_id, 0, 0); in gfx_v12_0_config_gfx_rs64()
[all …]
H A Damdgpu_amdkfd_gfx_v12.c34 soc24_grbm_select(adev, mec, pipe, queue, vmid); in lock_srbm()
39 soc24_grbm_select(adev, 0, 0, 0, 0); in unlock_srbm()
H A Dsoc24.c102 void soc24_grbm_select(struct amdgpu_device *adev, in soc24_grbm_select() function