Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
A Dradeon_ring.c170 bool hdp_flush) in radeon_ring_commit() argument
175 if (hdp_flush && rdev->asic->ring[ring->idx]->hdp_flush) in radeon_ring_commit()
176 rdev->asic->ring[ring->idx]->hdp_flush(rdev, ring); in radeon_ring_commit()
185 if (hdp_flush && rdev->asic->mmio_hdp_flush) in radeon_ring_commit()
201 bool hdp_flush) in radeon_ring_unlock_commit() argument
203 radeon_ring_commit(rdev, ring, hdp_flush); in radeon_ring_unlock_commit()
A Dradeon_ib.c128 struct radeon_ib *const_ib, bool hdp_flush) in radeon_ib_schedule() argument
183 radeon_ring_unlock_commit(rdev, ring, hdp_flush); in radeon_ib_schedule()
A Dradeon.h968 struct radeon_ib *const_ib, bool hdp_flush);
979 bool hdp_flush);
981 bool hdp_flush);
1813 void (*hdp_flush)(struct radeon_device *rdev, struct radeon_ring *ring); member

Completed in 20 milliseconds