Searched refs:emit_pipeline_sync (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ring.h | 254 void (*emit_pipeline_sync)(struct amdgpu_ring *ring); 438 #define amdgpu_ring_emit_pipeline_sync(r) (r)->funcs->emit_pipeline_sync((r)) 252 void (*emit_pipeline_sync)(struct amdgpu_ring *ring); global() member
|
| H A D | amdgpu_ib.c | 206 if (ring->funcs->emit_pipeline_sync && job && in amdgpu_ib_schedule()
|
| 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 | 1790 .emit_pipeline_sync = sdma_v6_0_ring_emit_pipeline_sync,
|
| H A D | gfx_v7_0.c | 4958 .emit_pipeline_sync = gfx_v7_0_ring_emit_pipeline_sync, 4991 .emit_pipeline_sync = gfx_v7_0_ring_emit_pipeline_sync,
|
| H A D | gfx_v12_0.c | 5500 .emit_pipeline_sync = gfx_v12_0_ring_emit_pipeline_sync, 5541 .emit_pipeline_sync = gfx_v12_0_ring_emit_pipeline_sync,
|
| H A D | gfx_v11_0.c | 7240 .emit_pipeline_sync = gfx_v11_0_ring_emit_pipeline_sync, 7286 .emit_pipeline_sync = gfx_v11_0_ring_emit_pipeline_sync,
|
| H A D | gfx_v10_0.c | 9855 .emit_pipeline_sync = gfx_v10_0_ring_emit_pipeline_sync, 9900 .emit_pipeline_sync = gfx_v10_0_ring_emit_pipeline_sync,
|