xf86-video-ati: Branch 'r6xx-r7xx-support'

Alex Deucher agd5f at kemper.freedesktop.org
Wed Feb 11 09:30:16 PST 2009


 src/radeon_textured_video.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4a759a907ecd571460c7ff64cd6288380359b04b
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Feb 11 12:29:50 2009 -0500

    adjust alignment

diff --git a/src/radeon_textured_video.c b/src/radeon_textured_video.c
index e70a012..cbedb7e 100644
--- a/src/radeon_textured_video.c
+++ b/src/radeon_textured_video.c
@@ -291,7 +291,7 @@ RADEONPutImageTextured(ScrnInfoPtr pScrn,
 	if (info->ChipFamily >= CHIP_FAMILY_R600)
 	    pPriv->video_offset = radeon_legacy_allocate_memory(pScrn,
 								&pPriv->video_memory,
-								size * 2, 512);
+								size * 2, 256);
 	else
 	    pPriv->video_offset = radeon_legacy_allocate_memory(pScrn,
 								&pPriv->video_memory,


More information about the xorg-commit mailing list