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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_panel.c86 u32 scaled_width = adjusted_mode->hdisplay * mode->vdisplay; local
88 if (scaled_width > scaled_height) { /* pillar */
95 } else if (scaled_width < scaled_height) { /* letter */
96 height = scaled_width / mode->hdisplay;
214 u32 scaled_width = adjusted_mode->hdisplay * local
220 if (scaled_width > scaled_height)
223 else if (scaled_width < scaled_height)
229 u32 scaled_width = adjusted_mode->hdisplay * local
238 if (scaled_width > scaled_height) { /* pillar */
252 } else if (scaled_width < scaled_heigh
[all...]

Completed in 944 milliseconds