Lines Matching refs:hw_align
300 pPriv->hw_align = drmmode_get_base_align(pScrn, 2, 0);
302 pPriv->hw_align = 64;
307 pPriv->hw_align = 256;
309 pPriv->hw_align = 64;
320 dstPitch = RADEON_ALIGN(dst_width << 1, pPriv->hw_align);
323 dstPitch = RADEON_ALIGN(dst_width, pPriv->hw_align);
324 dstPitch2 = RADEON_ALIGN(dstPitch >> 1, pPriv->hw_align);
330 dstPitch = RADEON_ALIGN(dst_width << 1, pPriv->hw_align);
337 size = RADEON_ALIGN(size, pPriv->hw_align);
346 size, pPriv->hw_align,
354 pPriv->hw_align,
415 pPriv->planeu_offset = RADEON_ALIGN(pPriv->planeu_offset, pPriv->hw_align);
417 pPriv->planev_offset = RADEON_ALIGN(pPriv->planev_offset, pPriv->hw_align);