Searched refs:scaled_height (Results 1 – 2 of 2) sorted by relevance
212 u32 scaled_height = pipe_src_w * adjusted_mode->crtc_vdisplay; in pch_panel_fitting() local 214 if (scaled_width > scaled_height) { /* pillar */ in pch_panel_fitting() 215 width = scaled_height / pipe_src_h; in pch_panel_fitting() 221 } else if (scaled_width < scaled_height) { /* letter */ in pch_panel_fitting() 349 u32 scaled_height = pipe_src_w * adjusted_mode->crtc_vdisplay; in i965_scale_aspect() local 352 if (scaled_width > scaled_height) in i965_scale_aspect() 355 else if (scaled_width < scaled_height) in i965_scale_aspect() 370 u32 scaled_height = pipe_src_w * adjusted_mode->crtc_vdisplay; in i9xx_scale_aspect() local 378 if (scaled_width > scaled_height) { /* pillar */ in i9xx_scale_aspect() 380 scaled_height / pipe_src_ in i9xx_scale_aspect() [all...]
614 * @scaled_height: Height in pixels of the scaled output620 __u16 scaled_height; member 645 * @scaled_height: Scaled image height649 __u16 scaled_height; member