Searched refs:emit_hdp_flush (Results 1 - 25 of 32) sorted by relevance
12
/kernel/linux/linux-5.10/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 | 2321 .emit_hdp_flush = sdma_v4_0_ring_emit_hdp_flush, 2357 .emit_hdp_flush = sdma_v4_0_ring_emit_hdp_flush, 2389 .emit_hdp_flush = sdma_v4_0_ring_emit_hdp_flush, 2421 .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 | cik_sdma.c | 1264 .emit_hdp_flush = cik_sdma_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 | 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 | sdma_v3_0.c | 1592 .emit_hdp_flush = sdma_v3_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_v9_0.c | 6772 .emit_hdp_flush = gfx_v9_0_ring_emit_hdp_flush, 6814 .emit_hdp_flush = gfx_v9_0_ring_emit_hdp_flush,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ring.h | 195 void (*emit_hdp_flush)(struct amdgpu_ring *ring); member 317 #define amdgpu_ring_emit_hdp_flush(r) (r)->funcs->emit_hdp_flush((r))
|
H 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,
|
H A D | sdma_v4_4_2.c | 1847 .emit_hdp_flush = sdma_v4_4_2_ring_emit_hdp_flush, 1878 .emit_hdp_flush = sdma_v4_4_2_ring_emit_hdp_flush,
|
H A D | sdma_v4_0.c | 2335 .emit_hdp_flush = sdma_v4_0_ring_emit_hdp_flush, 2367 .emit_hdp_flush = sdma_v4_0_ring_emit_hdp_flush,
|
H A D | cik_sdma.c | 1258 .emit_hdp_flush = cik_sdma_ring_emit_hdp_flush,
|
H A D | sdma_v3_0.c | 1584 .emit_hdp_flush = sdma_v3_0_ring_emit_hdp_flush,
|
H A D | sdma_v2_4.c | 1146 .emit_hdp_flush = sdma_v2_4_ring_emit_hdp_flush,
|
H A D | sdma_v5_0.c | 1783 .emit_hdp_flush = sdma_v5_0_ring_emit_hdp_flush,
|
H A D | sdma_v5_2.c | 1722 .emit_hdp_flush = sdma_v5_2_ring_emit_hdp_flush,
|
H A D | sdma_v6_0.c | 1578 .emit_hdp_flush = sdma_v6_0_ring_emit_hdp_flush,
|
H A D | uvd_v7_0.c | 1821 .emit_hdp_flush = uvd_v7_0_ring_emit_hdp_flush,
|
H A D | gfx_v7_0.c | 5005 .emit_hdp_flush = gfx_v7_0_ring_emit_hdp_flush, 5038 .emit_hdp_flush = gfx_v7_0_ring_emit_hdp_flush,
|
H A D | gfx_v9_0.c | 6902 .emit_hdp_flush = gfx_v9_0_ring_emit_hdp_flush, 6956 .emit_hdp_flush = gfx_v9_0_ring_emit_hdp_flush, 7002 .emit_hdp_flush = gfx_v9_0_ring_emit_hdp_flush,
|
Completed in 72 milliseconds
12