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

Completed in 1755 milliseconds