Lines Matching refs:eng_sel
153 uint32_t me = 0, eng_sel = 0; in gfx11_kiq_map_queues() local
158 eng_sel = 0; in gfx11_kiq_map_queues()
162 eng_sel = 4; in gfx11_kiq_map_queues()
166 eng_sel = 5; in gfx11_kiq_map_queues()
182 PACKET3_MAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx11_kiq_map_queues()
197 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx11_kiq_unmap_queues() local
208 PACKET3_UNMAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx11_kiq_unmap_queues()
229 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx11_kiq_query_status() local
238 PACKET3_QUERY_STATUS_ENG_SEL(eng_sel)); in gfx11_kiq_query_status()
288 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
292 amdgpu_ring_write(ring, WRITE_DATA_ENGINE_SEL(eng_sel) | in gfx_v11_0_write_data_to_reg()
299 static void gfx_v11_0_wait_reg_mem(struct amdgpu_ring *ring, int eng_sel, in gfx_v11_0_wait_reg_mem() argument
310 WAIT_REG_MEM_ENGINE(eng_sel))); in gfx_v11_0_wait_reg_mem()