From 962e0c4f08180ac51994aef8d6d042108d5841c1 Mon Sep 17 00:00:00 2001 From: Francisco Jerez Date: Sun, 10 May 2009 01:53:05 +0200 Subject: Widen the pixel clock readjust interval for SM712. Set it to 3MHz so that the pixel clock frequency is overridden when it's found to be 49MHz, which is reported to be unstable. --- src/smilynx_crtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smilynx_crtc.c b/src/smilynx_crtc.c index a8c0a03..fb7183c 100644 --- a/src/smilynx_crtc.c +++ b/src/smilynx_crtc.c @@ -241,7 +241,7 @@ SMILynx_CrtcModeFixup(xf86CrtcPtr crtc, /* Adjust the pixel clock in case it is near one of the known stable frequencies (KHz) */ int stable_clocks[] = {46534,}; - int epsilon = 2000; + int epsilon = 3000; int i; for (i=0; i < sizeof(stable_clocks)/sizeof(int); i++) { -- cgit v1.2.3