Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_hdp.h32 void (*flush_hdp)(struct amdgpu_device *adev, struct amdgpu_ring *ring); member
H A Dhdp_v7_0.c145 .flush_hdp = hdp_v7_0_flush_hdp,
H A Dhdp_v6_0.c157 .flush_hdp = hdp_v6_0_flush_hdp,
H A Dhdp_v4_0.c188 .flush_hdp = hdp_v4_0_flush_hdp,
H A Dhdp_v5_2.c203 .flush_hdp = hdp_v5_2_flush_hdp,
H A Dhdp_v5_0.c225 .flush_hdp = hdp_v5_0_flush_hdp,
H A Damdgpu.h619 void (*flush_hdp)(struct amdgpu_device *adev, struct amdgpu_ring *ring); member
1425 …((adev)->asic_funcs->flush_hdp ? (adev)->asic_funcs->flush_hdp((adev), (r)) : (adev)->hdp.funcs->f…
H A Dcik.c1976 .flush_hdp = &cik_flush_hdp,
H A Dvi.c1443 .flush_hdp = &vi_flush_hdp,
H A Dsi.c2008 .flush_hdp = &si_flush_hdp,