Lines Matching refs:hdisplay
42 adjusted_mode->hdisplay = fixed_mode->hdisplay; in intel_fixed_panel_mode()
68 if (adjusted_mode->hdisplay == mode->hdisplay && in intel_pch_panel_fitting()
74 width = mode->hdisplay; in intel_pch_panel_fitting()
76 x = (adjusted_mode->hdisplay - width + 1)/2; in intel_pch_panel_fitting()
83 u32 scaled_width = adjusted_mode->hdisplay * mode->vdisplay; in intel_pch_panel_fitting()
84 u32 scaled_height = mode->hdisplay * adjusted_mode->vdisplay; in intel_pch_panel_fitting()
89 x = (adjusted_mode->hdisplay - width + 1) / 2; in intel_pch_panel_fitting()
93 height = scaled_width / mode->hdisplay; in intel_pch_panel_fitting()
98 width = adjusted_mode->hdisplay; in intel_pch_panel_fitting()
101 width = adjusted_mode->hdisplay; in intel_pch_panel_fitting()
110 width = adjusted_mode->hdisplay; in intel_pch_panel_fitting()