Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
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()
Dsoc15.h102 void soc15_grbm_select(struct amdgpu_device *adev,
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 …]
Dgfx_v9_0.c1810 soc15_grbm_select(adev, me, pipe, q, vm, 0); in gfx_v9_0_select_me_pipe_q()
2326 soc15_grbm_select(adev, 0, 0, 0, i, 0); in gfx_v9_0_init_compute_vmid()
2331 soc15_grbm_select(adev, 0, 0, 0, 0, 0); in gfx_v9_0_init_compute_vmid()
2396 soc15_grbm_select(adev, 0, 0, 0, i, 0); in gfx_v9_0_constants_init()
2418 soc15_grbm_select(adev, 0, 0, 0, 0, 0); in gfx_v9_0_constants_init()
3553 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0, 0); in gfx_v9_0_kiq_init_queue()
3555 soc15_grbm_select(adev, 0, 0, 0, 0, 0); in gfx_v9_0_kiq_init_queue()
3564 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0, 0); in gfx_v9_0_kiq_init_queue()
3567 soc15_grbm_select(adev, 0, 0, 0, 0, 0); in gfx_v9_0_kiq_init_queue()
3595 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0, 0); in gfx_v9_0_kcq_init_queue()
[all …]
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()
Dsoc15.c339 void soc15_grbm_select(struct amdgpu_device *adev, in soc15_grbm_select() function