Searched refs:h_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
782 h_sync_offset = mode->hsync_start - mode->hdisplay;
799 dtd->part2.h_sync_off = h_sync_offset & 0xff;
803 dtd->part2.sync_off_width_high = ((h_sync_offset & 0x300) >> 2) |

Completed in 178 milliseconds