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

Alex Deucher agd5f at kemper.freedesktop.org
Tue Jun 12 20:54:52 PDT 2007


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

New commits:
diff-tree 5868af53204e8fc210735e68e891e15085285629 (from 4f2a1ba9c2fc20042d67132f986a86a9783a245e)
Author: Alex Deucher <alex at t41p.hsd1.va.comcast.net>
Date:   Tue Jun 12 23:53:48 2007 -0400

    RADEON: yet another LVDS...

diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 1064fda..1fd71fc 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -4821,8 +4821,8 @@ static void RADEONSaveFPRegisters(ScrnIn
     save->bios_5_scratch       = INREG(RADEON_BIOS_5_SCRATCH);
     save->bios_6_scratch       = INREG(RADEON_BIOS_6_SCRATCH);
 
-    save->lvds_gen_cntl |= (RADEON_LVDS_ON | RADEON_LVDS_DISPLAY_DIS);
-    save->lvds_gen_cntl &= ~(RADEON_LVDS_BLON);
+    save->lvds_gen_cntl |= RADEON_LVDS_DISPLAY_DIS;
+    save->lvds_gen_cntl &= ~(RADEON_LVDS_ON | RADEON_LVDS_BLON);
 
     if (info->ChipFamily == CHIP_FAMILY_RV280) {
 	/* bit 22 of TMDS_PLL_CNTL is read-back inverted */


More information about the xorg-commit mailing list