Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Dintel_panel.c84 u32 scaled_height = mode->hdisplay * adjusted_mode->vdisplay; in intel_pch_panel_fitting() local
85 if (scaled_width > scaled_height) { /* pillar */ in intel_pch_panel_fitting()
86 width = scaled_height / mode->vdisplay; in intel_pch_panel_fitting()
92 } else if (scaled_width < scaled_height) { /* letter */ in intel_pch_panel_fitting()
Dintel_lvds.c391 u32 scaled_height = mode->hdisplay * adjusted_mode->vdisplay; in intel_lvds_compute_config() local
394 if (scaled_width > scaled_height) in intel_lvds_compute_config()
396 else if (scaled_width < scaled_height) in intel_lvds_compute_config()
402 u32 scaled_height = mode->hdisplay * adjusted_mode->vdisplay; in intel_lvds_compute_config() local
408 if (scaled_width > scaled_height) { /* pillar */ in intel_lvds_compute_config()
409 centre_horizontally(adjusted_mode, scaled_height / mode->vdisplay); in intel_lvds_compute_config()
420 } else if (scaled_width < scaled_height) { /* letter */ in intel_lvds_compute_config()
/drivers/video/mbx/
Dmbxfb.c341 if (set->scaled_width==0 || set->scaled_height==0) in mbxfb_setupOverlay()
431 Sssize_Sc_Height(set->scaled_height-1); in mbxfb_setupOverlay()
436 spoctrl |= Spoctrl_Vpitch((set->height<<11)/set->scaled_height); in mbxfb_setupOverlay()
441 if (set->scaled_height == set->height) in mbxfb_setupOverlay()