Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_pfit.c290 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local
294 blank_width = adjusted_mode->crtc_hblank_end - adjusted_mode->crtc_hblank_start; in centre_horizontally()
295 sync_pos = (blank_width - sync_width + 1) / 2; in centre_horizontally()
302 adjusted_mode->crtc_hblank_end = adjusted_mode->crtc_hblank_start + blank_width; in centre_horizontally()
312 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local
316 blank_width = adjusted_mode->crtc_vblank_end - adjusted_mode->crtc_vblank_start; in centre_vertically()
317 sync_pos = (blank_width - sync_width + 1) / 2; in centre_vertically()
323 adjusted_mode->crtc_vblank_end = adjusted_mode->crtc_vblank_start + blank_width; in centre_vertically()