xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Fri Feb 29 01:07:16 PST 2008


 src/radeon_probe.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a66d37d1a896ec934989592457c2beff8e6f1639
Author: Alex Deucher <alex at botch2.(none)>
Date:   Fri Feb 29 04:07:05 2008 -0500

    fix off-by-one in last commit

diff --git a/src/radeon_probe.h b/src/radeon_probe.h
index 21e3439..909a5da 100644
--- a/src/radeon_probe.h
+++ b/src/radeon_probe.h
@@ -363,8 +363,8 @@ struct avivo_state
     CARD32 ddia[37];
 
     /* scalers */
-    CARD32 d1scl[39];
-    CARD32 d2scl[39];
+    CARD32 d1scl[40];
+    CARD32 d2scl[40];
     CARD32 dxscl[6+2];
 
 };


More information about the xorg-commit mailing list