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

/freebsd-10.1-release/sys/dev/drm2/i915/
H A Dintel_lvds.c176 u32 border, sync_pos, blank_width, sync_width; local
180 blank_width = mode->crtc_hblank_end - mode->crtc_hblank_start;
181 sync_pos = (blank_width - sync_width + 1) / 2;
188 mode->crtc_hblank_end = mode->crtc_hblank_start + blank_width;
200 u32 border, sync_pos, blank_width, sync_width; local
204 blank_width = mode->crtc_vblank_end - mode->crtc_vblank_start;
205 sync_pos = (blank_width - sync_width + 1) / 2;
211 mode->crtc_vblank_end = mode->crtc_vblank_start + blank_width;
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_legacy_crtc.c61 int blank_width; local
163 blank_width = (mode->crtc_hblank_end - mode->crtc_hblank_start) / 8;
164 if (blank_width > 110)
165 blank_width = 110;
167 fp_crtc_h_total_disp = (((blank_width) & 0x3ff)

Completed in 82 milliseconds