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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_panel.c130 u32 border, sync_pos, blank_width, sync_width; local
135 sync_pos = (blank_width - sync_width + 1) / 2;
144 mode->crtc_hsync_start = mode->crtc_hblank_start + sync_pos;
152 u32 border, sync_pos, blank_width, sync_width; local
157 sync_pos = (blank_width - sync_width + 1) / 2;
165 mode->crtc_vsync_start = mode->crtc_vblank_start + sync_pos;

Completed in 18 milliseconds