diff options
author | Alex Deucher <alex@samba.(none)> | 2007-12-17 20:32:45 -0500 |
---|---|---|
committer | Alex Deucher <alex@samba.(none)> | 2007-12-17 20:32:45 -0500 |
commit | d93a0e10b8bc6e3797a3cf6c1e28ca413a7c38e4 (patch) | |
tree | 46fb39179a663eadd2bc597bfeaf0ffa2b388f62 /src/radeon_driver.c | |
parent | 03b8b49f6f502c45552b018fd8c44d366b2d576f (diff) |
RADEON: post div tweaks for legacy radeon
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r-- | src/radeon_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 3eecedb..2002dd3 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -1239,7 +1239,7 @@ static void RADEONGetClockInfo(ScrnInfoPtr pScrn) pll->min_post_div = 2; pll->max_post_div = 0x7f; } else { - pll->min_post_div = 2; + pll->min_post_div = 1; pll->max_post_div = 12; //16 on crtc0 } pll->min_ref_div = 2; |