Home
last modified time | relevance | path

Searched refs:soc21_grbm_select (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Dsoc21.h28 void soc21_grbm_select(struct amdgpu_device *adev,
Dmes_v11_0.c576 soc21_grbm_select(adev, 3, pipe, 0, 0); in mes_v11_0_enable()
584 soc21_grbm_select(adev, 0, 0, 0, 0); in mes_v11_0_enable()
636 soc21_grbm_select(adev, 3, pipe, 0, 0); in mes_v11_0_load_microcode()
678 soc21_grbm_select(adev, 0, 0, 0, 0); in mes_v11_0_load_microcode()
820 soc21_grbm_select(adev, 3, ring->pipe, 0, 0); in mes_v11_0_queue_init_register()
871 soc21_grbm_select(adev, 0, 0, 0, 0); in mes_v11_0_queue_init_register()
929 soc21_grbm_select(adev, 3, pipe, 0, 0); in mes_v11_0_queue_init()
936 soc21_grbm_select(adev, 0, 0, 0, 0); in mes_v11_0_queue_init()
1112 soc21_grbm_select(adev, 3, ring->pipe, 0, 0); in mes_v11_0_kiq_dequeue()
1136 soc21_grbm_select(adev, 0, 0, 0, 0); in mes_v11_0_kiq_dequeue()
Dgfx_v11_0.c822 soc21_grbm_select(adev, me, pipe, q, vm); in gfx_v11_0_select_me_pipe_q()
1637 soc21_grbm_select(adev, 0, 0, 0, i); in gfx_v11_0_init_compute_vmid()
1647 soc21_grbm_select(adev, 0, 0, 0, 0); in gfx_v11_0_init_compute_vmid()
1716 soc21_grbm_select(adev, 0, 0, 0, i); in gfx_v11_0_constants_init()
1727 soc21_grbm_select(adev, 0, 0, 0, 0); in gfx_v11_0_constants_init()
2201 soc21_grbm_select(adev, 0, pipe_id, 0, 0); in gfx_v11_0_config_pfp_cache_rs64()
2235 soc21_grbm_select(adev, 0, 0, 0, 0); in gfx_v11_0_config_pfp_cache_rs64()
2324 soc21_grbm_select(adev, 0, pipe_id, 0, 0); in gfx_v11_0_config_me_cache_rs64()
2358 soc21_grbm_select(adev, 0, 0, 0, 0); in gfx_v11_0_config_me_cache_rs64()
2410 soc21_grbm_select(adev, 1, i, 0, 0); in gfx_v11_0_config_mec_cache_rs64()
[all …]
Damdgpu_amdkfd_gfx_v11.c46 soc21_grbm_select(adev, mec, pipe, queue, vmid); in lock_srbm()
51 soc21_grbm_select(adev, 0, 0, 0, 0); in unlock_srbm()
Dsoc21.c231 void soc21_grbm_select(struct amdgpu_device *adev, in soc21_grbm_select() function