HomeSort by: relevance | last modified time | path
    Searched defs:sync_pos (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_panel.c 253 u32 border, sync_pos, blank_width, sync_width; local in function:centre_horizontally
258 sync_pos = (blank_width - sync_width + 1) / 2;
267 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hblank_start + sync_pos;
275 u32 border, sync_pos, blank_width, sync_width; local in function:centre_vertically
280 sync_pos = (blank_width - sync_width + 1) / 2;
288 adjusted_mode->crtc_vsync_start = adjusted_mode->crtc_vblank_start + sync_pos;

Completed in 12 milliseconds