Searched refs:hdp_flush (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_ring.c162 * @hdp_flush: Whether or not to perform an HDP cache flush
168 bool hdp_flush)
173 if (hdp_flush && rdev->asic->ring[ring->idx]->hdp_flush)
174 rdev->asic->ring[ring->idx]->hdp_flush(rdev, ring);
183 if (hdp_flush && rdev->asic->mmio_hdp_flush)
194 * @hdp_flush: Whether or not to perform an HDP cache flush
199 bool hdp_flush)
201 radeon_ring_commit(rdev, ring, hdp_flush);
167 radeon_ring_commit(struct radeon_device *rdev, struct radeon_ring *ring, bool hdp_flush) argument
198 radeon_ring_unlock_commit(struct radeon_device *rdev, struct radeon_ring *ring, bool hdp_flush) argument
H A Dradeon_ib.c110 * @hdp_flush: Whether or not to perform an HDP cache flush
126 struct radeon_ib *const_ib, bool hdp_flush)
181 radeon_ring_unlock_commit(rdev, ring, hdp_flush);
125 radeon_ib_schedule(struct radeon_device *rdev, struct radeon_ib *ib, struct radeon_ib *const_ib, bool hdp_flush) argument
H A Dradeon.h971 struct radeon_ib *const_ib, bool hdp_flush);
982 bool hdp_flush);
984 bool hdp_flush);
1816 void (*hdp_flush)(struct radeon_device *rdev, struct radeon_ring *ring); member in struct:radeon_asic_ring

Completed in 158 milliseconds