flush_hdp         568 drivers/gpu/drm/amd/amdgpu/amdgpu.h 	void (*flush_hdp)(struct amdgpu_device *adev, struct amdgpu_ring *ring);
flush_hdp        1148 drivers/gpu/drm/amd/amdgpu/amdgpu.h #define amdgpu_asic_flush_hdp(adev, r) (adev)->asic_funcs->flush_hdp((adev), (r))
flush_hdp        1838 drivers/gpu/drm/amd/amdgpu/cik.c 	.flush_hdp = &cik_flush_hdp,
flush_hdp         576 drivers/gpu/drm/amd/amdgpu/nv.c 	.flush_hdp = &nv_flush_hdp,
flush_hdp        1411 drivers/gpu/drm/amd/amdgpu/si.c 	.flush_hdp = &si_flush_hdp,
flush_hdp         975 drivers/gpu/drm/amd/amdgpu/soc15.c 	.flush_hdp = &soc15_flush_hdp,
flush_hdp         995 drivers/gpu/drm/amd/amdgpu/soc15.c 	.flush_hdp = &soc15_flush_hdp,
flush_hdp        1038 drivers/gpu/drm/amd/amdgpu/vi.c 	.flush_hdp = &vi_flush_hdp,