xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Thu Feb 19 16:03:55 PST 2009


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

New commits:
commit 7f6801abb4bbd79830999d99ccdbd672a9984df6
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Feb 19 19:02:52 2009 -0500

    radeon: one more 32 -> 64 just to be safe
    
    missed this in cadae2a8d9979b2d61eae7d1f7a9ab8f5eb28e83

diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 709a789..7b151ea 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -1309,7 +1309,7 @@ static void RADEONInitMemoryMap(ScrnInfoPtr pScrn)
 	else
 #endif
 	{
-	    uint32_t aper0_base;
+	    uint64_t aper0_base;
 
 	    if (info->ChipFamily >= CHIP_FAMILY_R600) {
 		aper0_base = INREG(R600_CONFIG_F0_BASE);


More information about the xorg-commit mailing list