Searched refs:radeon_ring_supports_scratch_reg (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/gpu/drm/radeon/
H A Dr100.c1230 && radeon_ring_supports_scratch_reg(rdev, ring)) {
H A Dr600.c2791 if (radeon_ring_supports_scratch_reg(rdev, ring)) {
H A Dradeon.h975 bool radeon_ring_supports_scratch_reg(struct radeon_device *rdev,
H A Dradeon_fence.c814 if (rdev->wb.use_event || !radeon_ring_supports_scratch_reg(rdev, &rdev->ring[ring])) {
H A Dradeon_ring.c53 * radeon_ring_supports_scratch_reg - check if the ring supports
62 bool radeon_ring_supports_scratch_reg(struct radeon_device *rdev, function

Completed in 237 milliseconds