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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ring.c 57 * radeon_ring_supports_scratch_reg - check if the ring supports
66 bool radeon_ring_supports_scratch_reg(struct radeon_device *rdev, function in typeref:typename:bool
radeon_fence.c 891 if (rdev->wb.use_event || !radeon_ring_supports_scratch_reg(rdev, &rdev->ring[ring])) {
radeon_r100.c 1240 && radeon_ring_supports_scratch_reg(rdev, ring)) {
radeon.h 1062 bool radeon_ring_supports_scratch_reg(struct radeon_device *rdev,
radeon_r600.c 2823 if (radeon_ring_supports_scratch_reg(rdev, ring)) {

Completed in 23 milliseconds