Searched refs:get_hdp_flush_req_offset (Results 1 – 22 of 22) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_nbio.h | 60 u32 (*get_hdp_flush_req_offset)(struct amdgpu_device *adev); member
|
D | nbif_v6_3_1.c | 451 .get_hdp_flush_req_offset = nbif_v6_3_1_get_hdp_flush_req_offset, 499 .get_hdp_flush_req_offset = nbif_v6_3_1_get_hdp_flush_req_offset,
|
D | nbio_v4_3.c | 490 .get_hdp_flush_req_offset = nbio_v4_3_get_hdp_flush_req_offset, 536 .get_hdp_flush_req_offset = nbio_v4_3_get_hdp_flush_req_offset,
|
D | nbio_v7_0.c | 293 .get_hdp_flush_req_offset = nbio_v7_0_get_hdp_flush_req_offset,
|
D | nbio_v7_7.c | 349 .get_hdp_flush_req_offset = nbio_v7_7_get_hdp_flush_req_offset,
|
D | nbio_v7_11.c | 370 .get_hdp_flush_req_offset = nbio_v7_11_get_hdp_flush_req_offset,
|
D | nbio_v7_2.c | 423 .get_hdp_flush_req_offset = nbio_v7_2_get_hdp_flush_req_offset,
|
D | nbio_v6_1.c | 409 .get_hdp_flush_req_offset = nbio_v6_1_get_hdp_flush_req_offset,
|
D | nbio_v2_3.c | 567 .get_hdp_flush_req_offset = nbio_v2_3_get_hdp_flush_req_offset,
|
D | nbio_v7_9.c | 490 .get_hdp_flush_req_offset = nbio_v7_9_get_hdp_flush_req_offset,
|
D | nbio_v7_4.c | 808 .get_hdp_flush_req_offset = nbio_v7_4_get_hdp_flush_req_offset,
|
D | sdma_v7_0.c | 365 amdgpu_ring_write(ring, (adev->nbio.funcs->get_hdp_flush_req_offset(adev)) << 2); in sdma_v7_0_ring_emit_hdp_flush()
|
D | sdma_v6_0.c | 333 amdgpu_ring_write(ring, (adev->nbio.funcs->get_hdp_flush_req_offset(adev)) << 2); in sdma_v6_0_ring_emit_hdp_flush()
|
D | sdma_v5_2.c | 351 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 | 533 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_4_2.c | 430 adev->nbio.funcs->get_hdp_flush_req_offset(adev), in sdma_v4_4_2_ring_emit_hdp_flush()
|
D | sdma_v4_0.c | 870 adev->nbio.funcs->get_hdp_flush_req_offset(adev), in sdma_v4_0_ring_emit_hdp_flush()
|
D | gfx_v9_4_3.c | 2847 adev->nbio.funcs->get_hdp_flush_req_offset(adev), in gfx_v9_4_3_ring_emit_hdp_flush()
|
D | gfx_v12_0.c | 4313 adev->nbio.funcs->get_hdp_flush_req_offset(adev), in gfx_v12_0_ring_emit_hdp_flush()
|
D | gfx_v11_0.c | 5601 adev->nbio.funcs->get_hdp_flush_req_offset(adev), in gfx_v11_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 | 8527 adev->nbio.funcs->get_hdp_flush_req_offset(adev), in gfx_v10_0_ring_emit_hdp_flush()
|