xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Wed Apr 22 11:47:46 PDT 2009


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

New commits:
commit bbfd4625478e37d10fd58b23f46153f349370a52
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Apr 22 14:47:16 2009 -0400

    radeon PM: update quirks

diff --git a/src/radeon_pm.c b/src/radeon_pm.c
index fb0b280..faf7af9 100644
--- a/src/radeon_pm.c
+++ b/src/radeon_pm.c
@@ -539,7 +539,7 @@ static void RADEONPMQuirks(ScrnInfoPtr pScrn)
 	if (info->ChipFamily == CHIP_FAMILY_R420)
 	    tmp |= R300_SCLK_FORCE_PX | R300_SCLK_FORCE_TX;
 	OUTPLL(pScrn, RADEON_SCLK_CNTL, tmp);
-    } else if (info->ChipFamily == CHIP_FAMILY_RV530) {
+    } else if (info->ChipFamily < CHIP_FAMILY_R600) {
 	tmp = INPLL(pScrn, AVIVO_CP_DYN_CNTL);
 	tmp |= AVIVO_CP_FORCEON;
 	OUTPLL(pScrn, AVIVO_CP_DYN_CNTL, tmp);


More information about the xorg-commit mailing list