Searched refs:scaled_width (Results 1 – 2 of 2) sorted by relevance
86 u32 scaled_width = adjusted_mode->hdisplay * mode->vdisplay; in intel_pch_panel_fitting() local88 if (scaled_width > scaled_height) { /* pillar */ in intel_pch_panel_fitting()95 } else if (scaled_width < scaled_height) { /* letter */ in intel_pch_panel_fitting()96 height = scaled_width / mode->hdisplay; in intel_pch_panel_fitting()
321 u32 scaled_width = adjusted_mode->hdisplay * mode->vdisplay; in intel_lvds_mode_fixup() local325 if (scaled_width > scaled_height) in intel_lvds_mode_fixup()327 else if (scaled_width < scaled_height) in intel_lvds_mode_fixup()332 u32 scaled_width = adjusted_mode->hdisplay * mode->vdisplay; in intel_lvds_mode_fixup() local339 if (scaled_width > scaled_height) { /* pillar */ in intel_lvds_mode_fixup()351 } else if (scaled_width < scaled_height) { /* letter */ in intel_lvds_mode_fixup()352 centre_vertically(adjusted_mode, scaled_width / mode->hdisplay); in intel_lvds_mode_fixup()