Home
last modified time | relevance | path

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

/Linux-v5.4/include/video/
Dmbxfb.h48 __u32 scaled_height; member
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_panel.c203 u32 scaled_height = pipe_config->pipe_src_w in intel_pch_panel_fitting() local
205 if (scaled_width > scaled_height) { /* pillar */ in intel_pch_panel_fitting()
206 width = scaled_height / pipe_config->pipe_src_h; in intel_pch_panel_fitting()
212 } else if (scaled_width < scaled_height) { /* letter */ in intel_pch_panel_fitting()
306 u32 scaled_height = pipe_config->pipe_src_w * in i965_scale_aspect() local
310 if (scaled_width > scaled_height) in i965_scale_aspect()
313 else if (scaled_width < scaled_height) in i965_scale_aspect()
327 u32 scaled_height = pipe_config->pipe_src_w * in i9xx_scale_aspect() local
336 if (scaled_width > scaled_height) { /* pillar */ in i9xx_scale_aspect()
338 scaled_height / in i9xx_scale_aspect()
[all …]
/Linux-v5.4/drivers/video/fbdev/mbx/
Dmbxfb.c341 if (set->scaled_width==0 || set->scaled_height==0) in mbxfb_setupOverlay()
431 Sssize_Sc_Height(set->scaled_height-1); in mbxfb_setupOverlay()
436 spoctrl |= Spoctrl_Vpitch((set->height<<11)/set->scaled_height); in mbxfb_setupOverlay()
441 if (set->scaled_height == set->height) in mbxfb_setupOverlay()