Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_amdkfd_gfx_v9.c53 soc15_grbm_select(adev, mec, pipe, queue, vmid); in lock_srbm()
58 soc15_grbm_select(adev, 0, 0, 0, 0); in unlock_srbm()
703 soc15_grbm_select(adev, 1, pipe_idx, queue_slot, 0); in get_wave_count()
775 soc15_grbm_select(adev, 1, 0, 0, 0); in kgd_gfx_v9_get_cu_occupancy()
824 soc15_grbm_select(adev, 0, 0, 0, 0); in kgd_gfx_v9_get_cu_occupancy()
Dsoc15.h102 void soc15_grbm_select(struct amdgpu_device *adev,
Dgfx_v9_0.c1893 soc15_grbm_select(adev, me, pipe, q, vm); in gfx_v9_0_select_me_pipe_q()
2361 soc15_grbm_select(adev, 0, 0, 0, i); in gfx_v9_0_init_compute_vmid()
2366 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_init_compute_vmid()
2431 soc15_grbm_select(adev, 0, 0, 0, i); in gfx_v9_0_constants_init()
2453 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_constants_init()
3578 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0); in gfx_v9_0_kiq_init_queue()
3580 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_kiq_init_queue()
3587 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0); in gfx_v9_0_kiq_init_queue()
3590 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_0_kiq_init_queue()
3618 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0); in gfx_v9_0_kcq_init_queue()
[all …]
Dgfx_v9_4_2.c764 soc15_grbm_select(adev, 0, 0, 0, i); in gfx_v9_4_2_debug_trap_config_init()
772 soc15_grbm_select(adev, 0, 0, 0, 0); in gfx_v9_4_2_debug_trap_config_init()
Dsoc15.c355 void soc15_grbm_select(struct amdgpu_device *adev, in soc15_grbm_select() function