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

Alex Deucher agd5f at kemper.freedesktop.org
Tue Jun 12 20:41:50 PDT 2007


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

New commits:
diff-tree 4f2a1ba9c2fc20042d67132f986a86a9783a245e (from 9fc416ce08cc5d74faa7b184e80ce43ed2f4fbee)
Author: Alex Deucher <alex at t41p.hsd1.va.comcast.net>
Date:   Tue Jun 12 23:41:24 2007 -0400

    RADEON: additional LVDS off fix (missed in previous commit)

diff --git a/src/radeon_display.c b/src/radeon_display.c
index f170406..7f280be 100644
--- a/src/radeon_display.c
+++ b/src/radeon_display.c
@@ -295,8 +295,8 @@ void RADEONDisableDisplays(ScrnInfoPtr p
 	OUTPLLP(pScrn, RADEON_PIXCLKS_CNTL, 0, ~RADEON_PIXCLK_LVDS_ALWAYS_ONb);
     }
     tmp = INREG(RADEON_LVDS_GEN_CNTL);
-    tmp |= (RADEON_LVDS_ON | RADEON_LVDS_DISPLAY_DIS);
-    tmp &= ~(RADEON_LVDS_BLON);
+    tmp |= RADEON_LVDS_DISPLAY_DIS;
+    tmp &= ~(RADEON_LVDS_ON | RADEON_LVDS_BLON);
     OUTREG(RADEON_LVDS_GEN_CNTL, tmp);
     if (info->IsMobility || info->IsIGP) {
 	OUTPLL(pScrn, RADEON_PIXCLKS_CNTL, tmpPixclksCntl);


More information about the xorg-commit mailing list