Home
last modified time | relevance | path

Searched refs:eng_sel (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Dgfx_v9_4_3.c202 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx_v9_4_3_kiq_map_queues() local
216 PACKET3_MAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx_v9_4_3_kiq_map_queues()
232 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx_v9_4_3_kiq_unmap_queues() local
238 PACKET3_UNMAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx_v9_4_3_kiq_unmap_queues()
259 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx_v9_4_3_kiq_query_status() local
269 PACKET3_QUERY_STATUS_ENG_SEL(eng_sel)); in gfx_v9_4_3_kiq_query_status()
379 static void gfx_v9_4_3_write_data_to_reg(struct amdgpu_ring *ring, int eng_sel, in gfx_v9_4_3_write_data_to_reg() argument
384 amdgpu_ring_write(ring, WRITE_DATA_ENGINE_SEL(eng_sel) | in gfx_v9_4_3_write_data_to_reg()
392 static void gfx_v9_4_3_wait_reg_mem(struct amdgpu_ring *ring, int eng_sel, in gfx_v9_4_3_wait_reg_mem() argument
409 WAIT_REG_MEM_ENGINE(eng_sel))); in gfx_v9_4_3_wait_reg_mem()
Dgfx_v12_0.c264 uint32_t me = 0, eng_sel = 0; in gfx_v12_0_kiq_map_queues() local
269 eng_sel = 0; in gfx_v12_0_kiq_map_queues()
273 eng_sel = 4; in gfx_v12_0_kiq_map_queues()
277 eng_sel = 5; in gfx_v12_0_kiq_map_queues()
293 PACKET3_MAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx_v12_0_kiq_map_queues()
308 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx_v12_0_kiq_unmap_queues() local
319 PACKET3_UNMAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx_v12_0_kiq_unmap_queues()
339 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx_v12_0_kiq_query_status() local
348 PACKET3_QUERY_STATUS_ENG_SEL(eng_sel)); in gfx_v12_0_kiq_query_status()
381 static void gfx_v12_0_wait_reg_mem(struct amdgpu_ring *ring, int eng_sel, in gfx_v12_0_wait_reg_mem() argument
[all …]
Dgfx_v11_0.c313 uint32_t me = 0, eng_sel = 0; in gfx11_kiq_map_queues() local
318 eng_sel = 0; in gfx11_kiq_map_queues()
322 eng_sel = 4; in gfx11_kiq_map_queues()
326 eng_sel = 5; in gfx11_kiq_map_queues()
342 PACKET3_MAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx11_kiq_map_queues()
357 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx11_kiq_unmap_queues() local
368 PACKET3_UNMAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx11_kiq_unmap_queues()
389 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx11_kiq_query_status() local
398 PACKET3_QUERY_STATUS_ENG_SEL(eng_sel)); in gfx11_kiq_query_status()
451 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
[all …]
Dgfx_v9_0.c929 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx_v9_0_kiq_map_queues() local
943 PACKET3_MAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx_v9_0_kiq_map_queues()
959 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx_v9_0_kiq_unmap_queues() local
965 PACKET3_UNMAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx_v9_0_kiq_unmap_queues()
987 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx_v9_0_kiq_query_status() local
997 PACKET3_QUERY_STATUS_ENG_SEL(eng_sel)); in gfx_v9_0_kiq_query_status()
1133 static void gfx_v9_0_write_data_to_reg(struct amdgpu_ring *ring, int eng_sel, in gfx_v9_0_write_data_to_reg() argument
1137 amdgpu_ring_write(ring, WRITE_DATA_ENGINE_SEL(eng_sel) | in gfx_v9_0_write_data_to_reg()
1145 static void gfx_v9_0_wait_reg_mem(struct amdgpu_ring *ring, int eng_sel, in gfx_v9_0_wait_reg_mem() argument
1156 WAIT_REG_MEM_ENGINE(eng_sel))); in gfx_v9_0_wait_reg_mem()
Dgfx_v10_0.c3696 uint32_t eng_sel = 0; in gfx10_kiq_map_queues() local
3700 eng_sel = 0; in gfx10_kiq_map_queues()
3703 eng_sel = 4; in gfx10_kiq_map_queues()
3706 eng_sel = 5; in gfx10_kiq_map_queues()
3722 PACKET3_MAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx10_kiq_map_queues()
3736 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx10_kiq_unmap_queues() local
3742 PACKET3_UNMAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx10_kiq_unmap_queues()
3763 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx10_kiq_query_status() local
3772 PACKET3_QUERY_STATUS_ENG_SEL(eng_sel)); in gfx10_kiq_query_status()
3912 static void gfx_v10_0_write_data_to_reg(struct amdgpu_ring *ring, int eng_sel, in gfx_v10_0_write_data_to_reg() argument
[all …]
Dgfx_v7_0.c4927 static void gfx_v7_0_wait_reg_mem(struct amdgpu_ring *ring, int eng_sel, in gfx_v7_0_wait_reg_mem() argument
4938 WAIT_REG_MEM_ENGINE(eng_sel))); in gfx_v7_0_wait_reg_mem()
Dgfx_v8_0.c6392 static void gfx_v8_0_wait_reg_mem(struct amdgpu_ring *ring, int eng_sel, in gfx_v8_0_wait_reg_mem() argument
6403 WAIT_REG_MEM_ENGINE(eng_sel))); in gfx_v8_0_wait_reg_mem()