Home
last modified time | relevance | path

Searched refs:hdp_flush (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_ring.c165 bool hdp_flush) in radeon_ring_commit() argument
170 if (hdp_flush && rdev->asic->ring[ring->idx]->hdp_flush) in radeon_ring_commit()
171 rdev->asic->ring[ring->idx]->hdp_flush(rdev, ring); in radeon_ring_commit()
180 if (hdp_flush && rdev->asic->mmio_hdp_flush) in radeon_ring_commit()
196 bool hdp_flush) in radeon_ring_unlock_commit() argument
198 radeon_ring_commit(rdev, ring, hdp_flush); in radeon_ring_unlock_commit()
H A Dradeon_ib.c123 struct radeon_ib *const_ib, bool hdp_flush) in radeon_ib_schedule() argument
178 radeon_ring_unlock_commit(rdev, ring, hdp_flush); in radeon_ib_schedule()
H A Dradeon.h1024 struct radeon_ib *const_ib, bool hdp_flush);
1035 bool hdp_flush);
1037 bool hdp_flush);
1834 void (*hdp_flush)(struct radeon_device *rdev, struct radeon_ring *ring); member
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dnbio_v6_1.c283 .hdp_flush = nbio_v6_1_hdp_flush,
H A Dnbio_v7_0.c292 .hdp_flush = nbio_v7_0_hdp_flush,
H A Dgmc_v9_0.c1065 adev->nbio_funcs->hdp_flush(adev, NULL); in gmc_v9_0_gart_enable()
H A Dsoc15.c578 adev->nbio_funcs->hdp_flush(adev, ring); in soc15_flush_hdp()
H A Damdgpu.h1275 void (*hdp_flush)(struct amdgpu_device *adev, struct amdgpu_ring *ring); member