Home
last modified time | relevance | path

Searched refs:get_hdp_flush_req_offset (Results 1 – 10 of 10) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_nbio.h52 u32 (*get_hdp_flush_req_offset)(struct amdgpu_device *adev); member
Dnbio_v6_1.c263 .get_hdp_flush_req_offset = nbio_v6_1_get_hdp_flush_req_offset,
Dnbio_v7_0.c289 .get_hdp_flush_req_offset = nbio_v7_0_get_hdp_flush_req_offset,
Dnbio_v2_3.c316 .get_hdp_flush_req_offset = nbio_v2_3_get_hdp_flush_req_offset,
Dnbio_v7_4.c538 .get_hdp_flush_req_offset = nbio_v7_4_get_hdp_flush_req_offset,
Dsdma_v5_2.c399 amdgpu_ring_write(ring, (adev->nbio.funcs->get_hdp_flush_req_offset(adev)) << 2); in sdma_v5_2_ring_emit_hdp_flush()
Dsdma_v5_0.c465 amdgpu_ring_write(ring, (adev->nbio.funcs->get_hdp_flush_req_offset(adev)) << 2); in sdma_v5_0_ring_emit_hdp_flush()
Dsdma_v4_0.c907 adev->nbio.funcs->get_hdp_flush_req_offset(adev), in sdma_v4_0_ring_emit_hdp_flush()
Dgfx_v9_0.c5268 adev->nbio.funcs->get_hdp_flush_req_offset(adev), in gfx_v9_0_ring_emit_hdp_flush()
Dgfx_v10_0.c7784 adev->nbio.funcs->get_hdp_flush_req_offset(adev), in gfx_v10_0_ring_emit_hdp_flush()