Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Dintel_lvds.c248 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local
255 border = (mode->hdisplay - width + 1) / 2; in centre_horizontally()
256 border += border & 1; /* make the border even */ in centre_horizontally()
259 mode->crtc_hblank_start = width + border; in centre_horizontally()
270 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local
277 border = (mode->vdisplay - height + 1) / 2; in centre_vertically()
280 mode->crtc_vblank_start = height + border; in centre_vertically()
312 u32 pfit_control = 0, pfit_pgm_ratios = 0, border = 0; in intel_lvds_compute_config() local
384 border = LVDS_BORDER_ENABLE; in intel_lvds_compute_config()
411 border = LVDS_BORDER_ENABLE; in intel_lvds_compute_config()
[all …]
/drivers/media/usb/gspca/stv06xx/
Dstv06xx_hdcs.c78 int border; member
305 if (height + 2 * hdcs->array.border + HDCS_1020_BOTTOM_Y_SKIP in hdcs_set_size()
307 height = hdcs->array.height - 2 * hdcs->array.border - in hdcs_set_size()
392 hdcs->array.border = 4; in hdcs_probe_1x00()
454 hdcs->array.border = 4; in hdcs_probe_1020()