Searched refs:flush_hdp (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_hdp.h | 32 void (*flush_hdp)(struct amdgpu_device *adev, struct amdgpu_ring *ring); member
|
| H A D | hdp_v7_0.c | 145 .flush_hdp = hdp_v7_0_flush_hdp,
|
| H A D | hdp_v6_0.c | 157 .flush_hdp = hdp_v6_0_flush_hdp,
|
| H A D | hdp_v4_0.c | 188 .flush_hdp = hdp_v4_0_flush_hdp,
|
| H A D | hdp_v5_2.c | 203 .flush_hdp = hdp_v5_2_flush_hdp,
|
| H A D | hdp_v5_0.c | 225 .flush_hdp = hdp_v5_0_flush_hdp,
|
| H A D | amdgpu.h | 619 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 D | cik.c | 1976 .flush_hdp = &cik_flush_hdp,
|
| H A D | vi.c | 1443 .flush_hdp = &vi_flush_hdp,
|
| H A D | si.c | 2008 .flush_hdp = &si_flush_hdp,
|