Lines Matching refs:border
279 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local
286 border = (adjusted_mode->crtc_hdisplay - width + 1) / 2; in centre_horizontally()
287 border += border & 1; /* make the border even */ in centre_horizontally()
290 adjusted_mode->crtc_hblank_start = width + border; in centre_horizontally()
301 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local
308 border = (adjusted_mode->crtc_vdisplay - height + 1) / 2; in centre_vertically()
311 adjusted_mode->crtc_vblank_start = height + border; in centre_vertically()
354 u32 *border) in i9xx_scale_aspect() argument
373 *border = LVDS_BORDER_ENABLE; in i9xx_scale_aspect()
389 *border = LVDS_BORDER_ENABLE; in i9xx_scale_aspect()
414 u32 pfit_control = 0, pfit_pgm_ratios = 0, border = 0; in gmch_panel_fitting() local
430 border = LVDS_BORDER_ENABLE; in gmch_panel_fitting()
438 &pfit_pgm_ratios, &border); in gmch_panel_fitting()
479 crtc_state->gmch_pfit.lvds_border_bits = border; in gmch_panel_fitting()