Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsoc21.h28 void soc21_grbm_select(struct amdgpu_device *adev,
H A 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()
H A Dgfx_v11_0.c1655 soc21_grbm_select(adev, 0, 0, 0, 0); in gfx_v11_0_init_compute_vmid()
1735 soc21_grbm_select(adev, 0, 0, 0, 0); in gfx_v11_0_constants_init()
2243 soc21_grbm_select(adev, 0, 0, 0, 0); in gfx_v11_0_config_pfp_cache_rs64()
2366 soc21_grbm_select(adev, 0, 0, 0, 0); in gfx_v11_0_config_me_cache_rs64()
2435 soc21_grbm_select(adev, 0, 0, 0, 0); in gfx_v11_0_config_mec_cache_rs64()
2501 soc21_grbm_select(adev, 0, 0, 0, 0); in gfx_v11_0_config_gfx_rs64()
2523 soc21_grbm_select(adev, 0, 0, 0, 0); in gfx_v11_0_config_gfx_rs64()
2545 soc21_grbm_select(adev, 0, 0, 0, 0); in gfx_v11_0_config_gfx_rs64()
2848 soc21_grbm_select(adev, 0, 0, 0, 0); in gfx_v11_0_cp_gfx_load_pfp_microcode_rs64()
3067 soc21_grbm_select(adev, 0, 0, 0, 0); in gfx_v11_0_cp_gfx_load_me_microcode_rs64()
[all …]
H A 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()
H A Dsoc21.c231 void soc21_grbm_select(struct amdgpu_device *adev, in soc21_grbm_select() function