diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-04-22 14:47:16 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-04-22 14:47:16 -0400 |
commit | bbfd4625478e37d10fd58b23f46153f349370a52 (patch) | |
tree | 20c4d509d0c371411c50f336b19b002234a2512b /src | |
parent | e3c564114eea4d032f920fcebd4040f1934c21b0 (diff) |
radeon PM: update quirks
Diffstat (limited to 'src')
-rw-r--r-- | src/radeon_pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_pm.c b/src/radeon_pm.c index fb0b2807..faf7af9c 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); |