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 Dsoc15.h102 void soc15_grbm_select(struct amdgpu_device *adev,
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 Dgfx_v9_4_3.c924 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()
1777 soc15_grbm_select(adev, 0, 0, 0, 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()
1819 soc15_grbm_select(adev, 0, 0, 0, 0, GET_INST(GC, xcc_id)); in gfx_v9_4_3_xcc_kcq_init_queue()
1846 soc15_grbm_select(adev, ring->me, in gfx_v9_4_3_xcc_kcq_fini_register()
1850 soc15_grbm_select(adev, 0, 0, 0, 0, GET_INST(GC, xcc_id)); in gfx_v9_4_3_xcc_kcq_fini_register()
1996 soc15_grbm_select(adev, adev->gfx.kiq[xcc_id].ring.me, in gfx_v9_4_3_xcc_fini()
[all …]
H A 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()
3567 soc15_grbm_select(adev, 0, 0, 0, 0, 0); in gfx_v9_0_kiq_init_queue()
3597 soc15_grbm_select(adev, 0, 0, 0, 0, 0); in gfx_v9_0_kcq_init_queue()
3801 soc15_grbm_select(adev, adev->gfx.kiq[0].ring.me, in gfx_v9_0_hw_fini()
[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