r6xx-r7xx-UMS.patch revision 1119
1119N/A src/r600_exa.c | 4 ++++
1119N/A src/radeon_textured_video.c | 4 ++++
1119N/A unsigned height = RADEON_ALIGN(pDst->drawable.height,
1119N/A drmmode_get_height_align(pScrn, accel_state->dst_obj.tiling_flags));
1119N/A+ unsigned height = pDst->drawable.height;
1119N/Aindex c886ed0..d247db6 100644