summaryrefslogtreecommitdiff
path: root/src/radeon_driver.c
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.(none)>2007-12-11 13:11:15 -0500
committerAlex Deucher <alex@botch2.(none)>2007-12-11 13:11:15 -0500
commit3c22ad977c25d5ca2811821fcac6bb8ecd79994a (patch)
tree08e4a2e826092957d1d9e1396eca5c41c816b4fd /src/radeon_driver.c
parentc9a0cee97ca69e8fe1e1937c7670fa903214cded (diff)
parentf3d2ec3a5ae61215c792018320158750e7aa937c (diff)
Merge branch 'master' of ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support
fix conflicts
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r--src/radeon_driver.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 8ade8b1e..0baf2ef5 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -1203,6 +1203,15 @@ static void RADEONGetClockInfo(ScrnInfoPtr pScrn)
info->RamWidth / 16);
}
+ /* card limits for computing PLLs */
+ pll->min_ref_div = 2;
+ pll->max_ref_div = 0x3ff;
+ pll->min_feedback_div = 4;
+ pll->max_feedback_div = 0x7ff;
+ pll->pll_in_min = 40;
+ pll->pll_in_max = 100;
+ pll->best_vco = 0;
+
xf86DrvMsg (pScrn->scrnIndex, X_INFO,
"PLL parameters: rf=%u rd=%u min=%u max=%u; xclk=%u\n",
pll->reference_freq,