Home
last modified time | relevance | path

Searched refs:get_hdp_flush_done_offset (Results 1 – 15 of 15) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_nbio.h61 u32 (*get_hdp_flush_done_offset)(struct amdgpu_device *adev); member
Dnbio_v7_7.c226 .get_hdp_flush_done_offset = nbio_v7_7_get_hdp_flush_done_offset,
Dnbio_v7_0.c283 .get_hdp_flush_done_offset = nbio_v7_0_get_hdp_flush_done_offset,
Dnbio_v4_3.c349 .get_hdp_flush_done_offset = nbio_v4_3_get_hdp_flush_done_offset,
Dnbio_v6_1.c392 .get_hdp_flush_done_offset = nbio_v6_1_get_hdp_flush_done_offset,
Dnbio_v7_2.c404 .get_hdp_flush_done_offset = nbio_v7_2_get_hdp_flush_done_offset,
Dnbio_v2_3.c547 .get_hdp_flush_done_offset = nbio_v2_3_get_hdp_flush_done_offset,
Dnbio_v7_4.c786 .get_hdp_flush_done_offset = nbio_v7_4_get_hdp_flush_done_offset,
Dsdma_v6_0.c373 amdgpu_ring_write(ring, (adev->nbio.funcs->get_hdp_flush_done_offset(adev)) << 2); in sdma_v6_0_ring_emit_hdp_flush()
Dsdma_v5_2.c418 amdgpu_ring_write(ring, (adev->nbio.funcs->get_hdp_flush_done_offset(adev)) << 2); in sdma_v5_2_ring_emit_hdp_flush()
Dsdma_v5_0.c519 amdgpu_ring_write(ring, (adev->nbio.funcs->get_hdp_flush_done_offset(adev)) << 2); in sdma_v5_0_ring_emit_hdp_flush()
Dsdma_v4_0.c936 adev->nbio.funcs->get_hdp_flush_done_offset(adev), in sdma_v4_0_ring_emit_hdp_flush()
Dgfx_v11_0.c5372 adev->nbio.funcs->get_hdp_flush_done_offset(adev), in gfx_v11_0_ring_emit_hdp_flush()
Dgfx_v9_0.c5307 adev->nbio.funcs->get_hdp_flush_done_offset(adev), in gfx_v9_0_ring_emit_hdp_flush()
Dgfx_v10_0.c8577 adev->nbio.funcs->get_hdp_flush_done_offset(adev), in gfx_v10_0_ring_emit_hdp_flush()