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

/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_sdvo.c769 uint16_t h_sync_offset, v_sync_offset; local
783 v_sync_offset = mode->vsync_start - mode->vdisplay;
801 dtd->part2.v_sync_off_width = (v_sync_offset & 0xf) << 4 |
804 ((h_sync_len & 0x300) >> 4) | ((v_sync_offset & 0x30) >> 2) |
816 dtd->part2.v_sync_off_high = v_sync_offset & 0xc0;

Completed in 64 milliseconds