Searched refs:get_hdp_flush_req_offset (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_nbio.h | 60 u32 (*get_hdp_flush_req_offset)(struct amdgpu_device *adev); member
|
A D | nbio_v4_3.c | 475 .get_hdp_flush_req_offset = nbio_v4_3_get_hdp_flush_req_offset, 520 .get_hdp_flush_req_offset = nbio_v4_3_get_hdp_flush_req_offset,
|
A D | nbio_v7_0.c | 282 .get_hdp_flush_req_offset = nbio_v7_0_get_hdp_flush_req_offset,
|
A D | nbio_v7_7.c | 328 .get_hdp_flush_req_offset = nbio_v7_7_get_hdp_flush_req_offset,
|
A D | nbio_v6_1.c | 398 .get_hdp_flush_req_offset = nbio_v6_1_get_hdp_flush_req_offset,
|
A D | nbio_v7_2.c | 412 .get_hdp_flush_req_offset = nbio_v7_2_get_hdp_flush_req_offset,
|
A D | nbio_v2_3.c | 553 .get_hdp_flush_req_offset = nbio_v2_3_get_hdp_flush_req_offset,
|
A D | nbio_v7_4.c | 792 .get_hdp_flush_req_offset = nbio_v7_4_get_hdp_flush_req_offset,
|
A D | sdma_v6_0.c | 316 amdgpu_ring_write(ring, (adev->nbio.funcs->get_hdp_flush_req_offset(adev)) << 2); in sdma_v6_0_ring_emit_hdp_flush()
|
A D | sdma_v5_2.c | 301 amdgpu_ring_write(ring, (adev->nbio.funcs->get_hdp_flush_req_offset(adev)) << 2); in sdma_v5_2_ring_emit_hdp_flush()
|
A D | sdma_v5_0.c | 498 amdgpu_ring_write(ring, (adev->nbio.funcs->get_hdp_flush_req_offset(adev)) << 2); in sdma_v5_0_ring_emit_hdp_flush()
|
A D | sdma_v4_0.c | 821 adev->nbio.funcs->get_hdp_flush_req_offset(adev), in sdma_v4_0_ring_emit_hdp_flush()
|
A D | gfx_v9_0.c | 5094 adev->nbio.funcs->get_hdp_flush_req_offset(adev), in gfx_v9_0_ring_emit_hdp_flush()
|
A D | gfx_v11_0.c | 5359 adev->nbio.funcs->get_hdp_flush_req_offset(adev), in gfx_v11_0_ring_emit_hdp_flush()
|
A D | gfx_v10_0.c | 8395 adev->nbio.funcs->get_hdp_flush_req_offset(adev), in gfx_v10_0_ring_emit_hdp_flush()
|
Completed in 63 milliseconds