xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Thu Dec 13 23:17:18 PST 2007


 src/radeon_driver.c |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit a84d446fd301d456bcea8f7abdc52e5a30776412
Author: Alex Deucher <alex at botch2.(none)>
Date:   Fri Dec 14 02:17:14 2007 -0500

    RADEON: select fb_div0 for LVDS on RV410 (x700) mobility
    
    Fixes bug 8038
    I wonder if desktop RV410 need a similar fix.
    If your x700 laptop panel has problems after this let me know.

diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 122c582..55752d1 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -4038,6 +4038,10 @@ void RADEONRestoreLVDSRegisters(ScrnInfoPtr pScrn, RADEONSavePtr restore)
     if (info->IsMobility) {
 	OUTREG(RADEON_LVDS_GEN_CNTL,  restore->lvds_gen_cntl);
 	OUTREG(RADEON_LVDS_PLL_CNTL,  restore->lvds_pll_cntl);
+
+	if (info->ChipFamily == CHIP_FAMILY_RV410) {
+	    OUTREG(RADEON_CLOCK_CNTL_INDEX, 0);
+	}
     }
 
 }


More information about the xorg-commit mailing list