Lines Matching refs:RADEON_ALIGN
277 pitch = RADEON_ALIGN(pScrn->displayWidth,
343 pitch = RADEON_ALIGN(pScrn->displayWidth, drmmode_get_pitch_align(pScrn, info->CurrentLayout.pixel_bytes, tiling_flags)) *
345 height = RADEON_ALIGN(pScrn->virtualY, drmmode_get_height_align(pScrn, tiling_flags));
527 RADEON_ALIGN(width, drmmode_get_pitch_align(crtc->scrn, drmmode->cpp, 0)) * drmmode->cpp;
528 height = RADEON_ALIGN(height, drmmode_get_height_align(crtc->scrn, 0));
530 size = RADEON_ALIGN(rotate_pitch * height, RADEON_GPU_PAGE_SIZE);
562 rotate_pitch = RADEON_ALIGN(width, drmmode_get_pitch_align(pScrn, drmmode->cpp, 0)) * drmmode->cpp;
1293 pitch = RADEON_ALIGN(width, drmmode_get_pitch_align(scrn, cpp, tiling_flags)) * cpp;
1294 height = RADEON_ALIGN(height, drmmode_get_height_align(scrn, tiling_flags));
1295 screen_size = RADEON_ALIGN(pitch * height, RADEON_GPU_PAGE_SIZE);
1806 pitch = RADEON_ALIGN(scrn->displayWidth, drmmode_get_pitch_align(scrn, info->CurrentLayout.pixel_bytes, tiling_flags)) *
1808 height = RADEON_ALIGN(scrn->virtualY, drmmode_get_height_align(scrn, tiling_flags));