Home
last modified time | relevance | path

Searched refs:emit_mem_sync (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ib.c196 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 Damdgpu_ring.h206 void (*emit_mem_sync)(struct amdgpu_ring *ring); member
A Dsdma_v5_2.c1684 .emit_mem_sync = sdma_v5_2_ring_emit_mem_sync,
A Dgfx_v6_0.c3525 .emit_mem_sync = gfx_v6_0_emit_mem_sync,
3550 .emit_mem_sync = gfx_v6_0_emit_mem_sync,
A Dsdma_v5_0.c1716 .emit_mem_sync = sdma_v5_0_ring_emit_mem_sync,
A Dgfx_v7_0.c5084 .emit_mem_sync = gfx_v7_0_emit_mem_sync,
5115 .emit_mem_sync = gfx_v7_0_emit_mem_sync_compute,
A Dgfx_v8_0.c6980 .emit_mem_sync = gfx_v8_0_emit_mem_sync,
7013 .emit_mem_sync = gfx_v8_0_emit_mem_sync_compute,
A Dgfx_v9_0.c6949 .emit_mem_sync = gfx_v9_0_emit_mem_sync,
6987 .emit_mem_sync = gfx_v9_0_emit_mem_sync,
A Dgfx_v10_0.c9416 .emit_mem_sync = gfx_v10_0_emit_mem_sync,
9452 .emit_mem_sync = gfx_v10_0_emit_mem_sync,

Completed in 61 milliseconds