diff options
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 3eecedb0..2002dd3c 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; |