Searched refs:get_hdp_flush_req_offset (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_nbio.h | 60 u32 (*get_hdp_flush_req_offset)(struct amdgpu_device *adev); member
|
D | nbio_v4_3.c | 469 .get_hdp_flush_req_offset = nbio_v4_3_get_hdp_flush_req_offset, 514 .get_hdp_flush_req_offset = nbio_v4_3_get_hdp_flush_req_offset,
|
D | nbio_v7_0.c | 282 .get_hdp_flush_req_offset = nbio_v7_0_get_hdp_flush_req_offset,
|
D | nbio_v7_7.c | 328 .get_hdp_flush_req_offset = nbio_v7_7_get_hdp_flush_req_offset,
|
D | nbio_v7_2.c | 403 .get_hdp_flush_req_offset = nbio_v7_2_get_hdp_flush_req_offset,
|
D | nbio_v6_1.c | 398 .get_hdp_flush_req_offset = nbio_v6_1_get_hdp_flush_req_offset,
|
D | nbio_v2_3.c | 553 .get_hdp_flush_req_offset = nbio_v2_3_get_hdp_flush_req_offset,
|
D | nbio_v7_4.c | 792 .get_hdp_flush_req_offset = nbio_v7_4_get_hdp_flush_req_offset,
|
D | sdma_v6_0.c | 341 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 | 354 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 | 524 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 | 864 adev->nbio.funcs->get_hdp_flush_req_offset(adev), in sdma_v4_0_ring_emit_hdp_flush()
|
D | gfx_v11_0.c | 5301 adev->nbio.funcs->get_hdp_flush_req_offset(adev), in gfx_v11_0_ring_emit_hdp_flush()
|
D | gfx_v9_0.c | 5138 adev->nbio.funcs->get_hdp_flush_req_offset(adev), in gfx_v9_0_ring_emit_hdp_flush()
|
D | gfx_v10_0.c | 8472 adev->nbio.funcs->get_hdp_flush_req_offset(adev), in gfx_v10_0_ring_emit_hdp_flush()
|