xf86-video-ati: Branch 'master'

Dave Airlie airlied at kemper.freedesktop.org
Tue Jan 1 16:35:27 PST 2008


 src/radeon_crtc.c |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit e8e585651215b011e3ad07c59d0eab9107ccd8c6
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jan 2 10:14:46 2008 +1000

    PLL/r600: tweak pll to pick first one found instead of keeping going

diff --git a/src/radeon_crtc.c b/src/radeon_crtc.c
index 2f9034a..c3a47b9 100644
--- a/src/radeon_crtc.c
+++ b/src/radeon_crtc.c
@@ -173,6 +173,8 @@ RADEONComputePLL(RADEONPLLPtr pll,
 		best_vco_diff = vco_diff;
 	    }
 	}
+	if (best_freq == freq)
+		break;
     }
 
     ErrorF("best_freq: %u\n", (unsigned int)best_freq);


More information about the xorg-commit mailing list