set the v_sync_off_high to zero. XXX should check docs

This commit is contained in:
Keith Packard 2006-11-02 13:44:55 -08:00
parent 56f6d4f1bb
commit 2c9ab6e059
1 changed files with 1 additions and 1 deletions

View File

@ -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;