Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/drm2/i915/
HDintel_panel.c86 u32 scaled_width = adjusted_mode->hdisplay * mode->vdisplay; in intel_pch_panel_fitting() local
88 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()
HDintel_lvds.c321 u32 scaled_width = adjusted_mode->hdisplay * mode->vdisplay; in intel_lvds_mode_fixup() local
325 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() local
339 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()