Searched refs:scaled_width (Results 1 – 1 of 1) sorted by relevance
206 u32 scaled_width = adjusted_mode->crtc_hdisplay in intel_pch_panel_fitting() local210 if (scaled_width > scaled_height) { /* pillar */ in intel_pch_panel_fitting()217 } else if (scaled_width < scaled_height) { /* letter */ in intel_pch_panel_fitting()218 height = scaled_width / pipe_config->pipe_src_w; in intel_pch_panel_fitting()309 u32 scaled_width = adjusted_mode->crtc_hdisplay * in i965_scale_aspect() local315 if (scaled_width > scaled_height) in i965_scale_aspect()318 else if (scaled_width < scaled_height) in i965_scale_aspect()330 u32 scaled_width = adjusted_mode->crtc_hdisplay * in i9xx_scale_aspect() local341 if (scaled_width > scaled_height) { /* pillar */ in i9xx_scale_aspect()357 } else if (scaled_width < scaled_height) { /* letter */ in i9xx_scale_aspect()[all …]