Searched refs:get_hdp_flush_req_offset (Results 1 – 11 of 11) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_nbio.h | 63 u32 (*get_hdp_flush_req_offset)(struct amdgpu_device *adev); member
|
D | nbio_v7_0.c | 280 .get_hdp_flush_req_offset = nbio_v7_0_get_hdp_flush_req_offset,
|
D | nbio_v7_2.c | 377 .get_hdp_flush_req_offset = nbio_v7_2_get_hdp_flush_req_offset,
|
D | nbio_v6_1.c | 394 .get_hdp_flush_req_offset = nbio_v6_1_get_hdp_flush_req_offset,
|
D | nbio_v2_3.c | 539 .get_hdp_flush_req_offset = nbio_v2_3_get_hdp_flush_req_offset,
|
D | nbio_v7_4.c | 746 .get_hdp_flush_req_offset = nbio_v7_4_get_hdp_flush_req_offset,
|
D | sdma_v5_2.c | 413 amdgpu_ring_write(ring, (adev->nbio.funcs->get_hdp_flush_req_offset(adev)) << 2); in sdma_v5_2_ring_emit_hdp_flush()
|
D | sdma_v5_0.c | 528 amdgpu_ring_write(ring, (adev->nbio.funcs->get_hdp_flush_req_offset(adev)) << 2); in sdma_v5_0_ring_emit_hdp_flush()
|
D | sdma_v4_0.c | 935 adev->nbio.funcs->get_hdp_flush_req_offset(adev), in sdma_v4_0_ring_emit_hdp_flush()
|
D | gfx_v9_0.c | 5368 adev->nbio.funcs->get_hdp_flush_req_offset(adev), in gfx_v9_0_ring_emit_hdp_flush()
|
D | gfx_v10_0.c | 8602 adev->nbio.funcs->get_hdp_flush_req_offset(adev), in gfx_v10_0_ring_emit_hdp_flush()
|