Searched refs:scaled_height (Results 1 – 3 of 3) sorted by relevance
84 u32 scaled_height = mode->hdisplay * adjusted_mode->vdisplay; in intel_pch_panel_fitting() local85 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()
391 u32 scaled_height = mode->hdisplay * adjusted_mode->vdisplay; in intel_lvds_compute_config() local394 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() local408 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()
341 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()