Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gfx_v9.c54 soc15_grbm_select(adev, mec, pipe, queue, vmid, GET_INST(GC, inst)); in kgd_gfx_v9_lock_srbm()
59 soc15_grbm_select(adev, 0, 0, 0, 0, GET_INST(GC, inst)); in kgd_gfx_v9_unlock_srbm()
970 soc15_grbm_select(adev, 1, pipe_idx, queue_slot, 0, inst); in get_wave_count()
1043 soc15_grbm_select(adev, 1, 0, 0, 0, inst); in kgd_gfx_v9_get_cu_occupancy()
1093 soc15_grbm_select(adev, 0, 0, 0, 0, inst); in kgd_gfx_v9_get_cu_occupancy()
H A Dsoc15.h102 void soc15_grbm_select(struct amdgpu_device *adev,
H A Dgfx_v9_4_3.c618 soc15_grbm_select(adev, me, pipe, q, vm, GET_INST(GC, xcc_id)); in gfx_v9_4_3_select_me_pipe_q()
924 soc15_grbm_select(adev, 0, 0, 0, i, GET_INST(GC, xcc_id)); in gfx_v9_4_3_xcc_init_compute_vmid()
934 soc15_grbm_select(adev, 0, 0, 0, 0, GET_INST(GC, xcc_id)); in gfx_v9_4_3_xcc_init_compute_vmid()
975 soc15_grbm_select(adev, 0, 0, 0, i, GET_INST(GC, xcc_id)); in gfx_v9_4_3_xcc_constants_init()
1003 soc15_grbm_select(adev, 0, 0, 0, 0, GET_INST(GC, 0)); in gfx_v9_4_3_xcc_constants_init()
1775 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0, GET_INST(GC, xcc_id)); in gfx_v9_4_3_xcc_kiq_init_queue()
1777 soc15_grbm_select(adev, 0, 0, 0, 0, GET_INST(GC, xcc_id)); in gfx_v9_4_3_xcc_kiq_init_queue()
1786 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0, GET_INST(GC, xcc_id)); in gfx_v9_4_3_xcc_kiq_init_queue()
1789 soc15_grbm_select(adev, 0, 0, 0, 0, GET_INST(GC, xcc_id)); in gfx_v9_4_3_xcc_kiq_init_queue()
1817 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0, GET_INST(GC, xcc_id)); in gfx_v9_4_3_xcc_kcq_init_queue()
[all …]
H A Dgfx_v9_0.c1814 soc15_grbm_select(adev, me, pipe, q, vm, 0); in gfx_v9_0_select_me_pipe_q()
2330 soc15_grbm_select(adev, 0, 0, 0, i, 0); in gfx_v9_0_init_compute_vmid()
2335 soc15_grbm_select(adev, 0, 0, 0, 0, 0); in gfx_v9_0_init_compute_vmid()
2400 soc15_grbm_select(adev, 0, 0, 0, i, 0); in gfx_v9_0_constants_init()
2422 soc15_grbm_select(adev, 0, 0, 0, 0, 0); in gfx_v9_0_constants_init()
3557 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0, 0); in gfx_v9_0_kiq_init_queue()
3559 soc15_grbm_select(adev, 0, 0, 0, 0, 0); in gfx_v9_0_kiq_init_queue()
3568 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0, 0); in gfx_v9_0_kiq_init_queue()
3571 soc15_grbm_select(adev, 0, 0, 0, 0, 0); in gfx_v9_0_kiq_init_queue()
3599 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0, 0); in gfx_v9_0_kcq_init_queue()
[all …]
H A Dgfx_v9_4_2.c764 soc15_grbm_select(adev, 0, 0, 0, i, 0); in gfx_v9_4_2_debug_trap_config_init()
772 soc15_grbm_select(adev, 0, 0, 0, 0, 0); in gfx_v9_4_2_debug_trap_config_init()
H A Dsoc15.c339 void soc15_grbm_select(struct amdgpu_device *adev, in soc15_grbm_select() function