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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_sdvo.c786 uint16_t h_sync_offset, v_sync_offset; local
800 v_sync_offset = mode->vsync_start - mode->vdisplay;
817 dtd->part2.v_sync_off_width = (v_sync_offset & 0xf) << 4 |
820 ((h_sync_len & 0x300) >> 4) | ((v_sync_offset & 0x30) >> 2) |
832 dtd->part2.v_sync_off_high = v_sync_offset & 0xc0;

Completed in 24 milliseconds