diff options
author | Keith Packard <keithp@mandolin.keithp.com> | 2006-11-02 13:44:55 -0800 |
---|---|---|
committer | Keith Packard <keithp@mandolin.keithp.com> | 2006-11-02 13:44:59 -0800 |
commit | 2c9ab6e0594769274f2dbcdf7c00fe297fc385d5 (patch) | |
tree | 0cf888cc21a7ef6245a1ac72809fae9ef2c7f734 /src | |
parent | 56f6d4f1bb67f447500af3f4f7fa557c3e887baa (diff) |
set the v_sync_off_high to zero. XXX should check docs
Diffstat (limited to 'src')
-rw-r--r-- | src/i830_sdvo.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |