Searched refs:emit_hdp_flush (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ring.h | 165 void (*emit_hdp_flush)(struct amdgpu_ring *ring); member 268 #define amdgpu_ring_emit_hdp_flush(r) (r)->funcs->emit_hdp_flush((r))
|
| H A D | amdgpu_ib.c | 215 if (ring->funcs->emit_hdp_flush) in amdgpu_ib_schedule()
|
| H A D | sdma_v4_0.c | 2319 .emit_hdp_flush = sdma_v4_0_ring_emit_hdp_flush, 2355 .emit_hdp_flush = sdma_v4_0_ring_emit_hdp_flush, 2387 .emit_hdp_flush = sdma_v4_0_ring_emit_hdp_flush, 2419 .emit_hdp_flush = sdma_v4_0_ring_emit_hdp_flush,
|
| H A D | uvd_v6_0.c | 1534 .emit_hdp_flush = uvd_v6_0_ring_emit_hdp_flush, 1562 .emit_hdp_flush = uvd_v6_0_ring_emit_hdp_flush,
|
| H A D | sdma_v2_4.c | 1154 .emit_hdp_flush = sdma_v2_4_ring_emit_hdp_flush,
|
| H A D | cik_sdma.c | 1264 .emit_hdp_flush = cik_sdma_ring_emit_hdp_flush,
|
| H A D | sdma_v3_0.c | 1592 .emit_hdp_flush = sdma_v3_0_ring_emit_hdp_flush,
|
| H A D | sdma_v5_2.c | 1638 .emit_hdp_flush = sdma_v5_2_ring_emit_hdp_flush,
|
| H A D | sdma_v5_0.c | 1650 .emit_hdp_flush = sdma_v5_0_ring_emit_hdp_flush,
|
| H A D | uvd_v7_0.c | 1792 .emit_hdp_flush = uvd_v7_0_ring_emit_hdp_flush,
|
| H A D | gfx_v7_0.c | 5065 .emit_hdp_flush = gfx_v7_0_ring_emit_hdp_flush, 5098 .emit_hdp_flush = gfx_v7_0_ring_emit_hdp_flush,
|
| H A D | gfx_v8_0.c | 6895 .emit_hdp_flush = gfx_v8_0_ring_emit_hdp_flush, 6931 .emit_hdp_flush = gfx_v8_0_ring_emit_hdp_flush,
|
| H A D | gfx_v9_0.c | 6769 .emit_hdp_flush = gfx_v9_0_ring_emit_hdp_flush, 6811 .emit_hdp_flush = gfx_v9_0_ring_emit_hdp_flush,
|
| H A D | gfx_v10_0.c | 8607 .emit_hdp_flush = gfx_v10_0_ring_emit_hdp_flush, 8650 .emit_hdp_flush = gfx_v10_0_ring_emit_hdp_flush,
|