Searched refs:flush_hdp (Results 1 – 10 of 10) sorted by relevance
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_hdp.h | 32 void (*flush_hdp)(struct amdgpu_device *adev, struct amdgpu_ring *ring); member
|
| A D | hdp_v7_0.c | 129 .flush_hdp = amdgpu_hdp_generic_flush,
|
| A D | hdp_v6_0.c | 141 .flush_hdp = amdgpu_hdp_generic_flush,
|
| A D | hdp_v4_0.c | 172 .flush_hdp = amdgpu_hdp_generic_flush,
|
| A D | hdp_v5_2.c | 203 .flush_hdp = hdp_v5_2_flush_hdp,
|
| A D | hdp_v5_0.c | 209 .flush_hdp = amdgpu_hdp_generic_flush,
|
| A D | amdgpu.h | 676 void (*flush_hdp)(struct amdgpu_device *adev, struct amdgpu_ring *ring); member 1523 …((adev)->asic_funcs->flush_hdp ? (adev)->asic_funcs->flush_hdp((adev), (r)) : (adev)->hdp.funcs->f…
|
| A D | cik.c | 1976 .flush_hdp = &cik_flush_hdp,
|
| A D | vi.c | 1443 .flush_hdp = &vi_flush_hdp,
|
| A D | si.c | 2023 .flush_hdp = &si_flush_hdp,
|
Completed in 27 milliseconds