Searched refs:emit_hdp_flush (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_ring.h | 172 void (*emit_hdp_flush)(struct amdgpu_ring *ring); member 268 #define amdgpu_ring_emit_hdp_flush(r) (r)->funcs->emit_hdp_flush((r))
|
A D | sdma_v4_0.c | 2435 .emit_hdp_flush = sdma_v4_0_ring_emit_hdp_flush, 2471 .emit_hdp_flush = sdma_v4_0_ring_emit_hdp_flush, 2503 .emit_hdp_flush = sdma_v4_0_ring_emit_hdp_flush, 2535 .emit_hdp_flush = sdma_v4_0_ring_emit_hdp_flush,
|
A D | uvd_v6_0.c | 1560 .emit_hdp_flush = uvd_v6_0_ring_emit_hdp_flush, 1588 .emit_hdp_flush = uvd_v6_0_ring_emit_hdp_flush,
|
A D | sdma_v2_4.c | 1159 .emit_hdp_flush = sdma_v2_4_ring_emit_hdp_flush,
|
A D | cik_sdma.c | 1270 .emit_hdp_flush = cik_sdma_ring_emit_hdp_flush,
|
A D | sdma_v3_0.c | 1597 .emit_hdp_flush = sdma_v3_0_ring_emit_hdp_flush,
|
A D | sdma_v5_2.c | 1688 .emit_hdp_flush = sdma_v5_2_ring_emit_hdp_flush,
|
A D | uvd_v7_0.c | 1818 .emit_hdp_flush = uvd_v7_0_ring_emit_hdp_flush,
|
A D | sdma_v5_0.c | 1720 .emit_hdp_flush = sdma_v5_0_ring_emit_hdp_flush,
|
A D | gfx_v7_0.c | 5076 .emit_hdp_flush = gfx_v7_0_ring_emit_hdp_flush, 5109 .emit_hdp_flush = gfx_v7_0_ring_emit_hdp_flush,
|
A D | gfx_v8_0.c | 6969 .emit_hdp_flush = gfx_v8_0_ring_emit_hdp_flush, 7007 .emit_hdp_flush = gfx_v8_0_ring_emit_hdp_flush,
|
A D | gfx_v9_0.c | 6935 .emit_hdp_flush = gfx_v9_0_ring_emit_hdp_flush, 6979 .emit_hdp_flush = gfx_v9_0_ring_emit_hdp_flush,
|
A D | amdgpu_device.c | 5621 if (ring && ring->funcs->emit_hdp_flush) in amdgpu_device_flush_hdp()
|
A D | gfx_v10_0.c | 9401 .emit_hdp_flush = gfx_v10_0_ring_emit_hdp_flush, 9444 .emit_hdp_flush = gfx_v10_0_ring_emit_hdp_flush,
|
Completed in 103 milliseconds