Searched refs:emit_mem_sync (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_ib.c | 196 if ((ib->flags & AMDGPU_IB_FLAG_EMIT_MEM_SYNC) && ring->funcs->emit_mem_sync) in amdgpu_ib_schedule() 197 ring->funcs->emit_mem_sync(ring); in amdgpu_ib_schedule()
|
A D | amdgpu_ring.h | 228 void (*emit_mem_sync)(struct amdgpu_ring *ring); member
|
A D | sdma_v6_0.c | 1545 .emit_mem_sync = sdma_v6_0_ring_emit_mem_sync,
|
A D | sdma_v5_2.c | 1671 .emit_mem_sync = sdma_v5_2_ring_emit_mem_sync,
|
A D | gfx_v6_0.c | 3486 .emit_mem_sync = gfx_v6_0_emit_mem_sync, 3511 .emit_mem_sync = gfx_v6_0_emit_mem_sync,
|
A D | sdma_v5_0.c | 1783 .emit_mem_sync = sdma_v5_0_ring_emit_mem_sync,
|
A D | gfx_v7_0.c | 5013 .emit_mem_sync = gfx_v7_0_emit_mem_sync, 5044 .emit_mem_sync = gfx_v7_0_emit_mem_sync_compute,
|
A D | gfx_v9_0.c | 6798 .emit_mem_sync = gfx_v9_0_emit_mem_sync, 6853 .emit_mem_sync = gfx_v9_0_emit_mem_sync, 6891 .emit_mem_sync = gfx_v9_0_emit_mem_sync,
|
A D | gfx_v8_0.c | 6939 .emit_mem_sync = gfx_v8_0_emit_mem_sync, 6972 .emit_mem_sync = gfx_v8_0_emit_mem_sync_compute,
|
A D | gfx_v11_0.c | 6220 .emit_mem_sync = gfx_v11_0_emit_mem_sync, 6256 .emit_mem_sync = gfx_v11_0_emit_mem_sync,
|
A D | gfx_v10_0.c | 9308 .emit_mem_sync = gfx_v10_0_emit_mem_sync, 9344 .emit_mem_sync = gfx_v10_0_emit_mem_sync,
|
Completed in 91 milliseconds