Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_pfit.c100 pipe_src_w, pipe_src_h, max_src_w, max_src_h); in intel_pch_pfit_check_src_size()
134 pipe_src_h, drm_rect_height(dst), in intel_pch_pfit_check_scaling()
196 adjusted_mode->crtc_vdisplay == pipe_src_h && in pch_panel_fitting()
203 height = pipe_src_h; in pch_panel_fitting()
215 width = scaled_height / pipe_src_h; in pch_panel_fitting()
380 scaled_height / pipe_src_h); in i9xx_scale_aspect()
384 bits = panel_fitter_scaling(pipe_src_h, in i9xx_scale_aspect()
462 adjusted_mode->crtc_vdisplay == pipe_src_h) in gmch_panel_fitting()
476 if (adjusted_mode->crtc_vdisplay < pipe_src_h) { in gmch_panel_fitting()
480 pipe_src_h, adjusted_mode->crtc_vdisplay); in gmch_panel_fitting()
[all …]
H A Dskl_scaler.c149 int pipe_src_h = drm_rect_height(&crtc_state->pipe_src); in skl_update_scaler() local
229 if (pipe_src_w > max_dst_w || pipe_src_h > max_dst_h) { in skl_update_scaler()
234 crtc->pipe, scaler_user, pipe_src_w, pipe_src_h); in skl_update_scaler()
H A Dintel_display.c4576 int pipe_src_w, pipe_src_h; in intel_modeset_pipe_config() local
4622 &pipe_src_w, &pipe_src_h); in intel_modeset_pipe_config()
4624 pipe_src_w, pipe_src_h); in intel_modeset_pipe_config()