Searched refs:v_sync_off_width (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_sdvo_regs.h81 uint8_t v_sync_off_width; member in struct:i830_sdvo_dtd::__anon18a586a90208
H A Di830_sdvo.c744 dtd->part2.v_sync_off_width = (v_sync_offset & 0xf) << 4 |
776 mode->VSyncStart += (dtd->part2.v_sync_off_width >> 4) & 0xf;
779 mode->VSyncEnd = mode->VSyncStart + (dtd->part2.v_sync_off_width & 0xf);

Completed in 6 milliseconds