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