xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Sun Oct 24 08:57:17 PDT 2010


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

New commits:
commit fc7aa6e3bbb86eaa2f34b827629f7e82cde65ac7
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Sun Oct 24 11:56:48 2010 -0400

    UMS/radeon: fix typo in restore palette

diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 057f693..428ea22 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -4477,7 +4477,7 @@ static void RADEONRestorePalette(ScrnInfoPtr pScrn, RADEONSavePtr restore)
     }
 
     PAL_SELECT(0);
-    INPAL_START(0);
+    OUTPAL_START(0);
     for (i = 0; i < 256; i++) {
 	OUTREG(RADEON_PALETTE_30_DATA, restore->palette[i]);
     }


More information about the xorg-commit mailing list