HomeSort by: relevance | last modified time | path
    Searched refs:flush_hdp (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu.h 593 void (*flush_hdp)(struct amdgpu_device *adev, struct amdgpu_ring *ring); member in struct:amdgpu_asic_funcs
1139 #define amdgpu_asic_flush_hdp(adev, r) (adev)->asic_funcs->flush_hdp((adev), (r))
amdgpu_soc15.c 984 .flush_hdp = &soc15_flush_hdp,
1006 .flush_hdp = &soc15_flush_hdp,
amdgpu_nv.c 638 .flush_hdp = &nv_flush_hdp,
amdgpu_vi.c 1103 .flush_hdp = &vi_flush_hdp,
amdgpu_cik.c 1941 .flush_hdp = &cik_flush_hdp,
amdgpu_si.c 1434 .flush_hdp = &si_flush_hdp,

Completed in 19 milliseconds