/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_ring.c | 168 * @hdp_flush: Whether or not to perform an HDP cache flush 174 bool hdp_flush) 179 if (hdp_flush && rdev->asic->ring[ring->idx]->hdp_flush) 180 rdev->asic->ring[ring->idx]->hdp_flush(rdev, ring); 189 if (hdp_flush && rdev->asic->mmio_hdp_flush) 200 * @hdp_flush: Whether or not to perform an HDP cache flush 205 bool hdp_flush) 207 radeon_ring_commit(rdev, ring, hdp_flush);
|
radeon_ib.c | 115 * @hdp_flush: Whether or not to perform an HDP cache flush 131 struct radeon_ib *const_ib, bool hdp_flush) 186 radeon_ring_unlock_commit(rdev, ring, hdp_flush);
|
radeon.h | 1057 struct radeon_ib *const_ib, bool hdp_flush); 1068 bool hdp_flush); 1070 bool hdp_flush); 1870 void (*hdp_flush)(struct radeon_device *rdev, struct radeon_ring *ring); member in struct:radeon_asic_ring
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_nbio.h | 60 void (*hdp_flush)(struct amdgpu_device *adev, struct amdgpu_ring *ring); member in struct:amdgpu_nbio_funcs
|
amdgpu_nbio_v2_3.c | 334 .hdp_flush = nbio_v2_3_hdp_flush,
|
amdgpu_nbio_v6_1.c | 291 .hdp_flush = nbio_v6_1_hdp_flush,
|
amdgpu_nbio_v7_0.c | 306 .hdp_flush = nbio_v7_0_hdp_flush,
|
amdgpu_nbio_v7_4.c | 543 .hdp_flush = nbio_v7_4_hdp_flush,
|
amdgpu_gmc_v10_0.c | 351 adev->nbio.funcs->hdp_flush(adev, NULL); 940 adev->nbio.funcs->hdp_flush(adev, NULL);
|
amdgpu_nv.c | 542 adev->nbio.funcs->hdp_flush(adev, ring);
|
amdgpu_psp_v11_0.c | 1069 adev->nbio.funcs->hdp_flush(adev, NULL);
|
amdgpu_gfx_v10_0.c | 2473 adev->nbio.funcs->hdp_flush(adev, NULL); 2543 adev->nbio.funcs->hdp_flush(adev, NULL); 2612 adev->nbio.funcs->hdp_flush(adev, NULL); 2934 adev->nbio.funcs->hdp_flush(adev, NULL); 5173 7 + /* HDP_flush */
|
amdgpu_gmc_v9_0.c | 1369 adev->nbio.funcs->hdp_flush(adev, NULL);
|
amdgpu_soc15.c | 823 adev->nbio.funcs->hdp_flush(adev, ring);
|