Searched defs:sync_width (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
133 sync_width = mode->crtc_hsync_end - mode->crtc_hsync_start;
135 sync_pos = (blank_width - sync_width + 1) / 2;
145 mode->crtc_hsync_end = mode->crtc_hsync_start + sync_width;
152 u32 border, sync_pos, blank_width, sync_width; local
155 sync_width = mode->crtc_vsync_end - mode->crtc_vsync_start;
157 sync_pos = (blank_width - sync_width + 1) / 2;
166 mode->crtc_vsync_end = mode->crtc_vsync_start + sync_width;

Completed in 43 milliseconds