Home
last modified time | relevance | path

Searched refs:sync_width (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_panel.c253 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local
256 sync_width = adjusted_mode->crtc_hsync_end - adjusted_mode->crtc_hsync_start; in centre_horizontally()
258 sync_pos = (blank_width - sync_width + 1) / 2; in centre_horizontally()
268 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + sync_width; in centre_horizontally()
275 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local
278 sync_width = adjusted_mode->crtc_vsync_end - adjusted_mode->crtc_vsync_start; in centre_vertically()
280 sync_pos = (blank_width - sync_width + 1) / 2; in centre_vertically()
289 adjusted_mode->crtc_vsync_end = adjusted_mode->crtc_vsync_start + sync_width; in centre_vertically()