Home
last modified time | relevance | path

Searched refs:pipe_src_w (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_panel.c397 if (adjusted_mode->crtc_hdisplay == pipe_src_w && in pch_panel_fitting()
404 width = pipe_src_w; in pch_panel_fitting()
423 height = scaled_width / pipe_src_w; in pch_panel_fitting()
438 WARN_ON(adjusted_mode->crtc_hdisplay != pipe_src_w); in pch_panel_fitting()
532 else if (adjusted_mode->crtc_hdisplay != pipe_src_w) in i965_scale_aspect()
569 scaled_width / pipe_src_w); in i9xx_scale_aspect()
572 if (pipe_src_w != adjusted_mode->crtc_hdisplay) { in i9xx_scale_aspect()
573 bits = panel_fitter_scaling(pipe_src_w, in i9xx_scale_aspect()
603 if (adjusted_mode->crtc_hdisplay == pipe_src_w && in gmch_panel_fitting()
613 centre_horizontally(adjusted_mode, pipe_src_w); in gmch_panel_fitting()
[all …]
H A Dskl_scaler.c114 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in skl_update_scaler() local
220 if (pipe_src_w > max_dst_w || pipe_src_h > max_dst_h) { in skl_update_scaler()
224 crtc->pipe, scaler_user, pipe_src_w, pipe_src_h); in skl_update_scaler()
H A Dskl_universal_plane.c1511 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in skl_plane_check_dst_coordinates() local
1523 (crtc_x + crtc_w < 4 || crtc_x > pipe_src_w - 4)) { in skl_plane_check_dst_coordinates()
1528 4, pipe_src_w - 4); in skl_plane_check_dst_coordinates()
H A Dintel_display.c4628 int pipe_src_w, pipe_src_h; in intel_modeset_pipe_config() local
4674 &pipe_src_w, &pipe_src_h); in intel_modeset_pipe_config()
4676 pipe_src_w, pipe_src_h); in intel_modeset_pipe_config()