Searched refs:pipe_src_w (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_pfit.c | 100 pipe_src_w, pipe_src_h, max_src_w, max_src_h); in intel_pch_pfit_check_src_size() 124 pipe_src_w, drm_rect_width(dst), in intel_pch_pfit_check_scaling() 195 if (adjusted_mode->crtc_hdisplay == pipe_src_w && in pch_panel_fitting() 202 width = pipe_src_w; in pch_panel_fitting() 222 height = scaled_width / pipe_src_w; in pch_panel_fitting() 395 scaled_width / pipe_src_w); in i9xx_scale_aspect() 399 bits = panel_fitter_scaling(pipe_src_w, in i9xx_scale_aspect() 461 if (adjusted_mode->crtc_hdisplay == pipe_src_w && in gmch_panel_fitting() 469 if (adjusted_mode->crtc_hdisplay < pipe_src_w) { in gmch_panel_fitting() 473 pipe_src_w, adjusted_mode->crtc_hdisplay); in gmch_panel_fitting() [all …]
|
| H A D | skl_scaler.c | 148 int pipe_src_w = drm_rect_width(&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 D | skl_universal_plane.c | 1821 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in skl_plane_check_dst_coordinates() local 1833 (crtc_x + crtc_w < 4 || crtc_x > pipe_src_w - 4)) { in skl_plane_check_dst_coordinates() 1839 4, pipe_src_w - 4); in skl_plane_check_dst_coordinates()
|
| H A D | intel_display.c | 4576 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()
|