xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Mon Dec 10 10:53:38 PST 2007


 src/radeon_output.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9b125312ab6edc585e4f5931a6a6de81e13b6acc
Author: Alex Deucher <alex at t41p.hsd1.va.comcast.net>
Date:   Mon Dec 10 13:53:15 2007 -0500

    RADEON: only update crtc values when RMX is active

diff --git a/src/radeon_output.c b/src/radeon_output.c
index 11a2a8a..d041d54 100644
--- a/src/radeon_output.c
+++ b/src/radeon_output.c
@@ -800,7 +800,7 @@ radeon_mode_fixup(xf86OutputPtr output, DisplayModePtr mode,
     }
 
     /* update timing for LVDS and DFP if RMX is active */
-    if ((radeon_output->MonType == MT_LCD) || (radeon_output->Flags & RADEON_USE_RMX)) {
+    if (radeon_output->Flags & RADEON_USE_RMX) {
 	/* set to the panel's native mode */
 	adjusted_mode->HTotal = radeon_output->PanelXRes + radeon_output->HBlank;
 	adjusted_mode->HSyncStart = radeon_output->PanelXRes + radeon_output->HOverPlus;


More information about the xorg-commit mailing list