Lines Matching refs:eng_sel
148 uint32_t me = 0, eng_sel = 0; in gfx11_kiq_map_queues() local
153 eng_sel = 0; in gfx11_kiq_map_queues()
157 eng_sel = 4; in gfx11_kiq_map_queues()
161 eng_sel = 5; in gfx11_kiq_map_queues()
177 PACKET3_MAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx11_kiq_map_queues()
192 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx11_kiq_unmap_queues() local
203 PACKET3_UNMAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx11_kiq_unmap_queues()
224 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx11_kiq_query_status() local
233 PACKET3_QUERY_STATUS_ENG_SEL(eng_sel)); in gfx11_kiq_query_status()
279 static void gfx_v11_0_write_data_to_reg(struct amdgpu_ring *ring, int eng_sel, in gfx_v11_0_write_data_to_reg() argument
283 amdgpu_ring_write(ring, WRITE_DATA_ENGINE_SEL(eng_sel) | in gfx_v11_0_write_data_to_reg()
290 static void gfx_v11_0_wait_reg_mem(struct amdgpu_ring *ring, int eng_sel, in gfx_v11_0_wait_reg_mem() argument
301 WAIT_REG_MEM_ENGINE(eng_sel))); in gfx_v11_0_wait_reg_mem()