xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Mon Mar 17 13:41:24 PDT 2008


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

New commits:
commit 29ea5bfc0eb3194e2454fc3ee863df54f0300880
Author: Alex Deucher <alex at cube.(none)>
Date:   Mon Mar 17 16:41:57 2008 -0400

    RADEON: fix typo in RADEONAdjustMemMapRegisters()

diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index b93c074..65f6485 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -3753,7 +3753,7 @@ static void RADEONAdjustMemMapRegisters(ScrnInfoPtr pScrn, RADEONSavePtr save)
     radeon_read_mc_fb_agp_location(pScrn, LOC_FB | LOC_AGP, &fb, &agp, &agp_hi);
 
     if (fb != save->mc_fb_location || agp != save->mc_agp_location ||
-	agp_hi || save->mc_agp_location_hi)
+	agp_hi != save->mc_agp_location_hi)
 	changed = 1;
 
     if (changed) {


More information about the xorg-commit mailing list