Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/i915/
Dintel_panel.c82 u32 scaled_height = mode->hdisplay * adjusted_mode->vdisplay; in intel_pch_panel_fitting() local
83 if (scaled_width > scaled_height) { /* pillar */ in intel_pch_panel_fitting()
84 width = scaled_height / mode->vdisplay; in intel_pch_panel_fitting()
90 } else if (scaled_width < scaled_height) { /* letter */ in intel_pch_panel_fitting()
Dintel_lvds.c307 u32 scaled_height = mode->hdisplay * adjusted_mode->vdisplay; in intel_lvds_mode_fixup() local
310 if (scaled_width > scaled_height) in intel_lvds_mode_fixup()
312 else if (scaled_width < scaled_height) in intel_lvds_mode_fixup()
318 u32 scaled_height = mode->hdisplay * adjusted_mode->vdisplay; in intel_lvds_mode_fixup() local
324 if (scaled_width > scaled_height) { /* pillar */ in intel_lvds_mode_fixup()
325 centre_horizontally(adjusted_mode, scaled_height / mode->vdisplay); in intel_lvds_mode_fixup()
336 } else if (scaled_width < scaled_height) { /* letter */ in intel_lvds_mode_fixup()
/linux-3.4.99/include/video/
Dmbxfb.h47 __u32 scaled_height; member
/linux-3.4.99/drivers/video/mbx/
Dmbxfb.c342 if (set->scaled_width==0 || set->scaled_height==0) in mbxfb_setupOverlay()
432 Sssize_Sc_Height(set->scaled_height-1); in mbxfb_setupOverlay()
437 spoctrl |= Spoctrl_Vpitch((set->height<<11)/set->scaled_height); in mbxfb_setupOverlay()
442 if (set->scaled_height == set->height) in mbxfb_setupOverlay()