Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_panel.c366 u32 scaled_width = adjusted_mode->crtc_hdisplay * pipe_src_h; in pch_panel_fitting() local
368 if (scaled_width > scaled_height) { /* pillar */ in pch_panel_fitting()
375 } else if (scaled_width < scaled_height) { /* letter */ in pch_panel_fitting()
376 height = scaled_width / pipe_src_w; in pch_panel_fitting()
475 u32 scaled_width = adjusted_mode->crtc_hdisplay * pipe_src_h; in i965_scale_aspect() local
479 if (scaled_width > scaled_height) in i965_scale_aspect()
482 else if (scaled_width < scaled_height) in i965_scale_aspect()
496 u32 scaled_width = adjusted_mode->crtc_hdisplay * pipe_src_h; in i9xx_scale_aspect() local
505 if (scaled_width > scaled_height) { /* pillar */ in i9xx_scale_aspect()
520 } else if (scaled_width < scaled_height) { /* letter */ in i9xx_scale_aspect()
[all …]
/linux-6.3-rc2/drivers/media/common/v4l2-tpg/
A Dv4l2-tpg-core.c92 tpg->scaled_width = tpg->src_width = w; in tpg_init()
482 tpg->scaled_width &= ~1; in tpg_s_crop_compose()
483 if (tpg->scaled_width > tpg->max_line_width) in tpg_s_crop_compose()
484 tpg->scaled_width = tpg->max_line_width; in tpg_s_crop_compose()
485 if (tpg->scaled_width < 2) in tpg_s_crop_compose()
486 tpg->scaled_width = 2; in tpg_s_crop_compose()
502 tpg->scaled_width = width; in tpg_reset_source()
1794 if (error >= tpg->scaled_width) { in tpg_precalculate_line()
1795 error -= tpg->scaled_width; in tpg_precalculate_line()
1805 if (error >= tpg->scaled_width) { in tpg_precalculate_line()
[all …]
/linux-6.3-rc2/include/media/tpg/
A Dv4l2-tpg.h139 unsigned scaled_width; member
448 return (x * tpg->scaled_width) / tpg->src_width; in tpg_hscale()

Completed in 15 milliseconds