Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dmes_v12_0.c445 soc21_grbm_select(adev, me_id, pipe_id, queue_id, 0); in mes_v12_0_reset_queue_mmio()
457 soc21_grbm_select(adev, 0, 0, 0, 0); in mes_v12_0_reset_queue_mmio()
463 soc21_grbm_select(adev, me_id, pipe_id, queue_id, 0); in mes_v12_0_reset_queue_mmio()
477 soc21_grbm_select(adev, 0, 0, 0, 0); in mes_v12_0_reset_queue_mmio()
1095 soc21_grbm_select(adev, 3, pipe, 0, 0); in mes_v12_0_enable()
1134 soc21_grbm_select(adev, 0, 0, 0, 0); in mes_v12_0_enable()
1166 soc21_grbm_select(adev, 3, pipe, 0, 0); in mes_v12_0_set_ucode_start_addr()
1175 soc21_grbm_select(adev, 0, 0, 0, 0); in mes_v12_0_set_ucode_start_addr()
1204 soc21_grbm_select(adev, 3, pipe, 0, 0); in mes_v12_0_load_microcode()
1239 soc21_grbm_select(adev, 0, 0, 0, 0); in mes_v12_0_load_microcode()
[all …]
H A Dmes_v11_0.c422 soc21_grbm_select(adev, me_id, pipe_id, queue_id, 0); in mes_v11_0_reset_queue_mmio()
434 soc21_grbm_select(adev, 0, 0, 0, 0); in mes_v11_0_reset_queue_mmio()
440 soc21_grbm_select(adev, me_id, pipe_id, queue_id, 0); in mes_v11_0_reset_queue_mmio()
454 soc21_grbm_select(adev, 0, 0, 0, 0); in mes_v11_0_reset_queue_mmio()
935 soc21_grbm_select(adev, 3, pipe, 0, 0); in mes_v11_0_get_fw_version()
945 soc21_grbm_select(adev, 0, 0, 0, 0); in mes_v11_0_get_fw_version()
977 soc21_grbm_select(adev, 3, pipe, 0, 0); in mes_v11_0_enable()
985 soc21_grbm_select(adev, 0, 0, 0, 0); in mes_v11_0_enable()
1037 soc21_grbm_select(adev, 3, pipe, 0, 0); in mes_v11_0_load_microcode()
1079 soc21_grbm_select(adev, 0, 0, 0, 0); in mes_v11_0_load_microcode()
[all …]
H A Dsoc21.h28 void soc21_grbm_select(struct amdgpu_device *adev,
H A Dgfx_v11_0.c1053 soc21_grbm_select(adev, me, pipe, q, vm); in gfx_v11_0_select_me_pipe_q()
2095 soc21_grbm_select(adev, 0, 0, 0, i); in gfx_v11_0_init_compute_vmid()
2105 soc21_grbm_select(adev, 0, 0, 0, 0); in gfx_v11_0_init_compute_vmid()
2176 soc21_grbm_select(adev, 0, 0, 0, i); in gfx_v11_0_constants_init()
2187 soc21_grbm_select(adev, 0, 0, 0, 0); in gfx_v11_0_constants_init()
2709 soc21_grbm_select(adev, 0, pipe_id, 0, 0); in gfx_v11_0_config_pfp_cache_rs64()
2743 soc21_grbm_select(adev, 0, 0, 0, 0); in gfx_v11_0_config_pfp_cache_rs64()
2832 soc21_grbm_select(adev, 0, pipe_id, 0, 0); in gfx_v11_0_config_me_cache_rs64()
2866 soc21_grbm_select(adev, 0, 0, 0, 0); in gfx_v11_0_config_me_cache_rs64()
2918 soc21_grbm_select(adev, 1, i, 0, 0); in gfx_v11_0_config_mec_cache_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.c269 void soc21_grbm_select(struct amdgpu_device *adev, in soc21_grbm_select() function