Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_panel.c463 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local
468 sync_pos = (blank_width - sync_width + 1) / 2; in centre_horizontally()
477 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hblank_start + sync_pos; in centre_horizontally()
485 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local
490 sync_pos = (blank_width - sync_width + 1) / 2; in centre_vertically()
498 adjusted_mode->crtc_vsync_start = adjusted_mode->crtc_vblank_start + sync_pos; in centre_vertically()