Lines Matching refs:vdisplay
48 adjusted_mode->vdisplay = fixed_mode->vdisplay;
72 adjusted_mode->vdisplay == mode->vdisplay)
78 height = mode->vdisplay;
80 y = (adjusted_mode->vdisplay - height + 1)/2;
86 u32 scaled_width = adjusted_mode->hdisplay * mode->vdisplay;
87 u32 scaled_height = mode->hdisplay * adjusted_mode->vdisplay;
89 width = scaled_height / mode->vdisplay;
94 height = adjusted_mode->vdisplay;
99 y = (adjusted_mode->vdisplay - height + 1) / 2;
105 height = adjusted_mode->vdisplay;
113 height = adjusted_mode->vdisplay;
159 border = (mode->vdisplay - height + 1) / 2;
195 adjusted_mode->vdisplay == mode->vdisplay)
208 centre_vertically(adjusted_mode, mode->vdisplay);
215 mode->vdisplay;
217 adjusted_mode->vdisplay;
230 mode->vdisplay;
232 adjusted_mode->vdisplay;
241 mode->vdisplay);
244 if (mode->vdisplay != adjusted_mode->vdisplay) {
245 u32 bits = panel_fitter_scaling(mode->vdisplay, adjusted_mode->vdisplay);
280 if (mode->vdisplay != adjusted_mode->vdisplay ||