Home
last modified time | relevance | path

Searched refs:scaled_height (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_pfit.c212 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...]
/linux/include/uapi/linux/media/raspberrypi/
H A Dpisp_be_config.h614 * @scaled_height: Height in pixels of the scaled output
620 __u16 scaled_height; member
645 * @scaled_height: Scaled image height
649 __u16 scaled_height; member