Searched refs:emit_mem_sync (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ib.c | 194 if ((ib->flags & AMDGPU_IB_FLAG_EMIT_MEM_SYNC) && ring->funcs->emit_mem_sync) in amdgpu_ib_schedule() 195 ring->funcs->emit_mem_sync(ring); in amdgpu_ib_schedule()
|
D | amdgpu_ring.h | 199 void (*emit_mem_sync)(struct amdgpu_ring *ring); member
|
D | gfx_v6_0.c | 3522 .emit_mem_sync = gfx_v6_0_emit_mem_sync, 3547 .emit_mem_sync = gfx_v6_0_emit_mem_sync,
|
D | gfx_v7_0.c | 5073 .emit_mem_sync = gfx_v7_0_emit_mem_sync, 5104 .emit_mem_sync = gfx_v7_0_emit_mem_sync_compute,
|
D | gfx_v8_0.c | 6906 .emit_mem_sync = gfx_v8_0_emit_mem_sync, 6937 .emit_mem_sync = gfx_v8_0_emit_mem_sync_compute,
|
D | gfx_v9_0.c | 6783 .emit_mem_sync = gfx_v9_0_emit_mem_sync, 6819 .emit_mem_sync = gfx_v9_0_emit_mem_sync,
|
D | gfx_v10_0.c | 8622 .emit_mem_sync = gfx_v10_0_emit_mem_sync, 8658 .emit_mem_sync = gfx_v10_0_emit_mem_sync,
|