Lines Matching refs:border
175 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local
182 border = (mode->hdisplay - width + 1) / 2; in centre_horizontally()
183 border += border & 1; /* make the border even */ in centre_horizontally()
186 mode->crtc_hblank_start = width + border; in centre_horizontally()
197 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local
204 border = (mode->vdisplay - height + 1) / 2; in centre_vertically()
207 mode->crtc_vblank_start = height + border; in centre_vertically()
249 u32 *border) in i9xx_scale_aspect() argument
268 *border = LVDS_BORDER_ENABLE; in i9xx_scale_aspect()
284 *border = LVDS_BORDER_ENABLE; in i9xx_scale_aspect()
309 u32 pfit_control = 0, pfit_pgm_ratios = 0, border = 0; in intel_gmch_panel_fitting() local
327 border = LVDS_BORDER_ENABLE; in intel_gmch_panel_fitting()
335 &pfit_pgm_ratios, &border); in intel_gmch_panel_fitting()
377 pipe_config->gmch_pfit.lvds_border_bits = border; in intel_gmch_panel_fitting()