Searched refs:blank_width (Results 1 – 1 of 1) sorted by relevance
290 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local294 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() local316 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()