Home
last modified time | relevance | path

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

/linux-6.12.1/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()
966 soc15_grbm_select(adev, 1, pipe_idx, queue_slot, 0, GET_INST(GC, inst)); in get_wave_count()
1036 soc15_grbm_select(adev, 1, 0, 0, 0, GET_INST(GC, inst)); in kgd_gfx_v9_get_cu_occupancy()
1074 soc15_grbm_select(adev, 0, 0, 0, 0, GET_INST(GC, inst)); in kgd_gfx_v9_get_cu_occupancy()
Dsoc15.h109 void soc15_grbm_select(struct amdgpu_device *adev,
Dgfx_v9_4_3.c296 soc15_grbm_select(adev, me_id, pipe_id, queue_id, 0, xcc_id); in gfx_v9_4_3_kiq_reset_hw_queue()
313 soc15_grbm_select(adev, 0, 0, 0, 0, 0); in gfx_v9_4_3_kiq_reset_hw_queue()
787 soc15_grbm_select(adev, me, pipe, q, vm, GET_INST(GC, xcc_id)); in gfx_v9_4_3_select_me_pipe_q()
1237 soc15_grbm_select(adev, 0, 0, 0, i, GET_INST(GC, xcc_id)); in gfx_v9_4_3_xcc_init_compute_vmid()
1247 soc15_grbm_select(adev, 0, 0, 0, 0, GET_INST(GC, xcc_id)); in gfx_v9_4_3_xcc_init_compute_vmid()
1288 soc15_grbm_select(adev, 0, 0, 0, i, GET_INST(GC, xcc_id)); in gfx_v9_4_3_xcc_constants_init()
1316 soc15_grbm_select(adev, 0, 0, 0, 0, GET_INST(GC, 0)); in gfx_v9_4_3_xcc_constants_init()
2102 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()
2104 soc15_grbm_select(adev, 0, 0, 0, 0, GET_INST(GC, xcc_id)); in gfx_v9_4_3_xcc_kiq_init_queue()
2113 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()
[all …]
Dgfx_v9_0.c1027 soc15_grbm_select(adev, me_id, pipe_id, queue_id, 0, 0); in gfx_v9_0_kiq_reset_hw_queue()
1044 soc15_grbm_select(adev, 0, 0, 0, 0, 0); in gfx_v9_0_kiq_reset_hw_queue()
1986 soc15_grbm_select(adev, me, pipe, q, vm, 0); in gfx_v9_0_select_me_pipe_q()
2553 soc15_grbm_select(adev, 0, 0, 0, i, 0); in gfx_v9_0_init_compute_vmid()
2558 soc15_grbm_select(adev, 0, 0, 0, 0, 0); in gfx_v9_0_init_compute_vmid()
2623 soc15_grbm_select(adev, 0, 0, 0, i, 0); in gfx_v9_0_constants_init()
2645 soc15_grbm_select(adev, 0, 0, 0, 0, 0); in gfx_v9_0_constants_init()
3781 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0, 0); in gfx_v9_0_kiq_init_queue()
3783 soc15_grbm_select(adev, 0, 0, 0, 0, 0); in gfx_v9_0_kiq_init_queue()
3792 soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0, 0); in gfx_v9_0_kiq_init_queue()
[all …]
Dgfx_v9_4_2.c762 soc15_grbm_select(adev, 0, 0, 0, i, 0); in gfx_v9_4_2_debug_trap_config_init()
770 soc15_grbm_select(adev, 0, 0, 0, 0, 0); in gfx_v9_4_2_debug_trap_config_init()
Dsoc15.c340 void soc15_grbm_select(struct amdgpu_device *adev, in soc15_grbm_select() function