Searched refs:emit_mem_sync (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
| 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()
|
| D | amdgpu_ring.h | 203 void (*emit_mem_sync)(struct amdgpu_ring *ring); member
|
| D | sdma_v5_2.c | 1701 .emit_mem_sync = sdma_v5_2_ring_emit_mem_sync,
|
| D | gfx_v6_0.c | 3525 .emit_mem_sync = gfx_v6_0_emit_mem_sync, 3550 .emit_mem_sync = gfx_v6_0_emit_mem_sync,
|
| D | sdma_v5_0.c | 1718 .emit_mem_sync = sdma_v5_0_ring_emit_mem_sync,
|
| D | gfx_v7_0.c | 5080 .emit_mem_sync = gfx_v7_0_emit_mem_sync, 5111 .emit_mem_sync = gfx_v7_0_emit_mem_sync_compute,
|
| D | gfx_v8_0.c | 6976 .emit_mem_sync = gfx_v8_0_emit_mem_sync, 7009 .emit_mem_sync = gfx_v8_0_emit_mem_sync_compute,
|
| D | gfx_v9_0.c | 6908 .emit_mem_sync = gfx_v9_0_emit_mem_sync, 6946 .emit_mem_sync = gfx_v9_0_emit_mem_sync,
|
| D | gfx_v10_0.c | 9424 .emit_mem_sync = gfx_v10_0_emit_mem_sync, 9460 .emit_mem_sync = gfx_v10_0_emit_mem_sync,
|