Searched refs:emit_pipeline_sync (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ring.h | 247 void (*emit_pipeline_sync)(struct amdgpu_ring *ring); member 431 #define amdgpu_ring_emit_pipeline_sync(r) (r)->funcs->emit_pipeline_sync((r))
|
| H A D | amdgpu_vpe.c | 977 .emit_pipeline_sync = vpe_ring_emit_pipeline_sync,
|
| H A D | gfx_v6_0.c | 3471 .emit_pipeline_sync = gfx_v6_0_ring_emit_pipeline_sync, 3497 .emit_pipeline_sync = gfx_v6_0_ring_emit_pipeline_sync,
|
| H A D | sdma_v6_0.c | 1777 .emit_pipeline_sync = sdma_v6_0_ring_emit_pipeline_sync,
|
| H A D | gfx_v7_0.c | 4928 .emit_pipeline_sync = gfx_v7_0_ring_emit_pipeline_sync, 4961 .emit_pipeline_sync = gfx_v7_0_ring_emit_pipeline_sync,
|
| H A D | gfx_v12_0.c | 5513 .emit_pipeline_sync = gfx_v12_0_ring_emit_pipeline_sync, 5555 .emit_pipeline_sync = gfx_v12_0_ring_emit_pipeline_sync,
|
| H A D | gfx_v11_0.c | 7232 .emit_pipeline_sync = gfx_v11_0_ring_emit_pipeline_sync, 7278 .emit_pipeline_sync = gfx_v11_0_ring_emit_pipeline_sync,
|