Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dmes_v11_0.c424 soc21_grbm_select(adev, me, pipe, queue, 0); in mes_v11_0_reset_gfx_pipe_mmio()
456 soc21_grbm_select(adev, 0, 0, 0, 0); in mes_v11_0_reset_gfx_pipe_mmio()
480 soc21_grbm_select(adev, me, pipe, q, 0); in mes_v11_0_clear_hqds_on_mec_pipe()
495 soc21_grbm_select(adev, me, pipe, queue, 0); in mes_v11_0_reset_compute_pipe_mmio()
605 soc21_grbm_select(adev, 0, 0, 0, 0); in mes_v11_0_reset_compute_pipe_mmio()
660 soc21_grbm_select(adev, me_id, pipe_id, queue_id, 0); in mes_v11_0_reset_queue_mmio()
672 soc21_grbm_select(adev, 0, 0, 0, 0); in mes_v11_0_reset_queue_mmio()
678 soc21_grbm_select(adev, me_id, pipe_id, queue_id, 0); in mes_v11_0_reset_queue_mmio()
692 soc21_grbm_select(adev, 0, 0, 0, 0); in mes_v11_0_reset_queue_mmio()
1240 soc21_grbm_select(adev, 3, pipe, 0, 0); in mes_v11_0_get_fw_version()
[all …]
H A Dsoc21.h28 void soc21_grbm_select(struct amdgpu_device *adev,
H A Dgfx_v11_0.c1066 soc21_grbm_select(adev, me, pipe, q, vm); in gfx_v11_0_select_me_pipe_q()
2127 soc21_grbm_select(adev, 0, 0, 0, i); in gfx_v11_0_init_compute_vmid()
2137 soc21_grbm_select(adev, 0, 0, 0, 0); in gfx_v11_0_init_compute_vmid()
2217 soc21_grbm_select(adev, 0, 0, 0, i); in gfx_v11_0_constants_init()
2228 soc21_grbm_select(adev, 0, 0, 0, 0); in gfx_v11_0_constants_init()
2750 soc21_grbm_select(adev, 0, pipe_id, 0, 0); in gfx_v11_0_config_pfp_cache_rs64()
2784 soc21_grbm_select(adev, 0, 0, 0, 0); in gfx_v11_0_config_pfp_cache_rs64()
2873 soc21_grbm_select(adev, 0, pipe_id, 0, 0); in gfx_v11_0_config_me_cache_rs64()
2907 soc21_grbm_select(adev, 0, 0, 0, 0); in gfx_v11_0_config_me_cache_rs64()
2959 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()
847 soc21_grbm_select(adev, 1, pipe_idx, queue_slot, 0); in get_wave_count()
917 soc21_grbm_select(adev, 1, 0, 0, 0); in kgd_gfx_v11_get_cu_occupancy()
949 soc21_grbm_select(adev, 0, 0, 0, 0); in kgd_gfx_v11_get_cu_occupancy()
H A Dsoc21.c270 void soc21_grbm_select(struct amdgpu_device *adev, in soc21_grbm_select() function