xf86-video-ati: Branch 'randr-1.2'

Alex Deucher agd5f at kemper.freedesktop.org
Sat Jun 2 11:28:49 PDT 2007


 src/radeon_driver.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
diff-tree 5a9516fe4f17854acd4fbf3a8eadf5139081dbd4 (from 802804461ebdca9a951e7e562ec68fd08d8eae01)
Author: Paul TBBle Hampson <Paul.Hampson at pobox.com>
Date:   Sat Jun 2 14:28:18 2007 -0400

    RADEONProbePLLParameters sets pll->reference_div, and
    RADEONGetPanelInfoFromReg uses it.
    
    This ensures that the former is called before the latter.
    (this should fix randr on ppc)

diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 925b8ee..1c433e2 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -2497,14 +2497,14 @@ static Bool RADEONPreInitControllers(Scr
 
     RADEONGetBIOSInfo(pScrn, pInt10);
 
+    RADEONGetClockInfo(pScrn);
+
     if (!RADEONSetupConnectors(pScrn)) {
 	return FALSE;
     }
       
     RADEONPrintPortMap(pScrn);
 
-    RADEONGetClockInfo(pScrn);
-
     for (i = 0; i < config->num_output; i++) 
     {
       xf86OutputPtr	      output = config->output[i];


More information about the xorg-commit mailing list