summaryrefslogtreecommitdiff
path: root/driver/xf86-video-siliconmotion/src/smilynx_crtc.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-11-22 17:53:04 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-11-22 17:53:04 +0000
commit9a92e1811780364fd11ef3cf890287500d3f2618 (patch)
tree5f5ca82652c06f671f717b32520a649fcfd5a657 /driver/xf86-video-siliconmotion/src/smilynx_crtc.c
parentef1822cea93f7497da13487910e25d1977d2d9c2 (diff)
Update to xf86-video-siliconmotion 1.7.3
Diffstat (limited to 'driver/xf86-video-siliconmotion/src/smilynx_crtc.c')
-rw-r--r--driver/xf86-video-siliconmotion/src/smilynx_crtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/xf86-video-siliconmotion/src/smilynx_crtc.c b/driver/xf86-video-siliconmotion/src/smilynx_crtc.c
index a8c0a037c..fb7183cb8 100644
--- a/driver/xf86-video-siliconmotion/src/smilynx_crtc.c
+++ b/driver/xf86-video-siliconmotion/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++) {