Searched defs:blank_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
134 blank_width = mode->crtc_hblank_end - mode->crtc_hblank_start;
135 sync_pos = (blank_width - sync_width + 1) / 2;
142 mode->crtc_hblank_end = mode->crtc_hblank_start + blank_width;
152 u32 border, sync_pos, blank_width, sync_width; local
156 blank_width = mode->crtc_vblank_end - mode->crtc_vblank_start;
157 sync_pos = (blank_width - sync_width + 1) / 2;
163 mode->crtc_vblank_end = mode->crtc_vblank_start + blank_width;

Completed in 11 milliseconds