Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ib.c192 if ((ib->flags & AMDGPU_IB_FLAG_EMIT_MEM_SYNC) && ring->funcs->emit_mem_sync) in amdgpu_ib_schedule()
193 ring->funcs->emit_mem_sync(ring); in amdgpu_ib_schedule()
Damdgpu_ring.h199 void (*emit_mem_sync)(struct amdgpu_ring *ring); member
Dgfx_v6_0.c3522 .emit_mem_sync = gfx_v6_0_emit_mem_sync,
3547 .emit_mem_sync = gfx_v6_0_emit_mem_sync,
Dgfx_v7_0.c5073 .emit_mem_sync = gfx_v7_0_emit_mem_sync,
5104 .emit_mem_sync = gfx_v7_0_emit_mem_sync_compute,
Dgfx_v8_0.c6904 .emit_mem_sync = gfx_v8_0_emit_mem_sync,
6935 .emit_mem_sync = gfx_v8_0_emit_mem_sync_compute,
Dgfx_v9_0.c6730 .emit_mem_sync = gfx_v9_0_emit_mem_sync,
6766 .emit_mem_sync = gfx_v9_0_emit_mem_sync,
Dgfx_v10_0.c8617 .emit_mem_sync = gfx_v10_0_emit_mem_sync,
8653 .emit_mem_sync = gfx_v10_0_emit_mem_sync,