Searched refs:MES_PIPE_INST (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | mes_v12_1.c | 159 struct amdgpu_ring *ring = &mes->ring[MES_PIPE_INST(xcc_id, pipe)]; in mes_v12_1_submit_pkt_and_poll_completion() 160 spinlock_t *ring_lock = &mes->ring_lock[MES_PIPE_INST(xcc_id, pipe)]; in mes_v12_1_submit_pkt_and_poll_completion() 291 int inst = MES_PIPE_INST(xcc_id, AMDGPU_MES_SCHED_PIPE); in mes_v12_1_add_hw_queue() 352 int inst = MES_PIPE_INST(xcc_id, AMDGPU_MES_SCHED_PIPE); in mes_v12_1_remove_hw_queue() 651 int master_xcc_id, inst = MES_PIPE_INST(xcc_id, pipe); in mes_v12_1_set_hw_resources_1() 743 mes->event_log_gpu_addr + MES_PIPE_INST(xcc_id, pipe) * AMDGPU_MES_LOG_BUFFER_SIZE; in mes_v12_1_set_hw_resources() 933 int inst = MES_PIPE_INST(xcc_id, AMDGPU_MES_SCHED_PIPE); in mes_v12_1_inv_tlbs_pasid() 977 int r, inst = MES_PIPE_INST(xcc_id, pipe); in mes_v12_1_allocate_ucode_buffer() 1012 int r, inst = MES_PIPE_INST(xcc_id, pipe); in mes_v12_1_allocate_ucode_data_buffer() 1047 int inst = MES_PIPE_INST(xcc_id, pipe); in mes_v12_1_free_ucode_buffers() [all …]
|
| H A D | amdgpu_mes.h | 72 #define MES_PIPE_INST(xcc_id, pipe_id) \ macro
|
| H A D | gmc_v12_1.c | 379 adev->mes.ring[MES_PIPE_INST(inst, 0)].sched.ready) && in gmc_v12_1_flush_gpu_tlb()
|
| H A D | amdgpu_gmc.c | 888 if (adev->mes.ring[MES_PIPE_INST(xcc_inst, 0)].sched.ready) { in amdgpu_gmc_fw_reg_write_reg_wait()
|