Searched refs:emit_mem_sync (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ib.c | 206 if ((ib->flags & AMDGPU_IB_FLAG_EMIT_MEM_SYNC) && ring->funcs->emit_mem_sync) in amdgpu_ib_schedule() 207 ring->funcs->emit_mem_sync(ring); in amdgpu_ib_schedule()
|
H A D | amdgpu_ring.h | 231 void (*emit_mem_sync)(struct amdgpu_ring *ring); member
|
H A D | sdma_v5_2.c | 1734 .emit_mem_sync = sdma_v5_2_ring_emit_mem_sync,
|
H A D | sdma_v6_0.c | 1574 .emit_mem_sync = sdma_v6_0_ring_emit_mem_sync,
|
H A D | gfx_v6_0.c | 3487 .emit_mem_sync = gfx_v6_0_emit_mem_sync, 3512 .emit_mem_sync = gfx_v6_0_emit_mem_sync,
|
H A D | sdma_v5_0.c | 1779 .emit_mem_sync = sdma_v5_0_ring_emit_mem_sync,
|
H 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,
|
H A D | gfx_v9_0.c | 6922 .emit_mem_sync = gfx_v9_0_emit_mem_sync, 6976 .emit_mem_sync = gfx_v9_0_emit_mem_sync, 7015 .emit_mem_sync = gfx_v9_0_emit_mem_sync,
|
H A D | gfx_v11_0.c | 6132 .emit_mem_sync = gfx_v11_0_emit_mem_sync, 6167 .emit_mem_sync = gfx_v11_0_emit_mem_sync,
|
H 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,
|
H A D | gfx_v9_4_3.c | 4152 .emit_mem_sync = gfx_v9_4_3_emit_mem_sync,
|
H A D | gfx_v10_0.c | 9193 .emit_mem_sync = gfx_v10_0_emit_mem_sync, 9228 .emit_mem_sync = gfx_v10_0_emit_mem_sync,
|