Searched refs:RADEON_RING_ALIGN (Results 1 – 2 of 2) sorted by relevance
2065 #define RADEON_RING_ALIGN 16 macro2071 _align_nr = RADEON_RING_ALIGN - ((dev_priv->ring.tail + n) & (RADEON_RING_ALIGN-1)); \
2215 tail_aligned = dev_priv->ring.tail & (RADEON_RING_ALIGN-1); in radeon_commit_ring()2217 int num_p2 = RADEON_RING_ALIGN - tail_aligned; in radeon_commit_ring()