From 2c9ab6e0594769274f2dbcdf7c00fe297fc385d5 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 2 Nov 2006 13:44:55 -0800 Subject: [PATCH] set the v_sync_off_high to zero. XXX should check docs --- src/i830_sdvo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i830_sdvo.c b/src/i830_sdvo.c index eda28579..da611590 100644 --- a/src/i830_sdvo.c +++ b/src/i830_sdvo.c @@ -553,7 +553,7 @@ i830_sdvo_pre_set_mode(ScrnInfoPtr pScrn, I830OutputPtr output, output_dtd.part2.sync_off_width_high = 0; output_dtd.part2.dtd_flags = 0x18; output_dtd.part2.sdvo_flags = 0; - output_dtd.part2.v_sync_off_width = 0; + output_dtd.part2.v_sync_off_high = 0; output_dtd.part2.reserved = 0; if (mode->Flags & V_PHSYNC) output_dtd.part2.dtd_flags |= 0x2;