Searched refs:pipe_src_w (Results 1 – 4 of 4) sorted by relevance
398 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in pch_panel_fitting() local403 if (adjusted_mode->crtc_hdisplay == pipe_src_w && in pch_panel_fitting()410 width = pipe_src_w; in pch_panel_fitting()420 u32 scaled_height = pipe_src_w * adjusted_mode->crtc_vdisplay; in pch_panel_fitting()429 height = scaled_width / pipe_src_w; in pch_panel_fitting()444 WARN_ON(adjusted_mode->crtc_hdisplay != pipe_src_w); in pch_panel_fitting()526 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in i965_scale_aspect() local529 u32 scaled_height = pipe_src_w * adjusted_mode->crtc_vdisplay; in i965_scale_aspect()538 else if (adjusted_mode->crtc_hdisplay != pipe_src_w) in i965_scale_aspect()547 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in i9xx_scale_aspect() local[all …]
114 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in skl_update_scaler() local219 if (pipe_src_w > max_src_w || pipe_src_h > max_src_h) { in skl_update_scaler()223 crtc->pipe, scaler_user, pipe_src_w, pipe_src_h); in skl_update_scaler()
1429 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in skl_plane_check_dst_coordinates() local1441 (crtc_x + crtc_w < 4 || crtc_x > pipe_src_w - 4)) { in skl_plane_check_dst_coordinates()1446 4, pipe_src_w - 4); in skl_plane_check_dst_coordinates()
4651 int pipe_src_w, pipe_src_h; in intel_modeset_pipe_config() local4687 &pipe_src_w, &pipe_src_h); in intel_modeset_pipe_config()4689 pipe_src_w, pipe_src_h); in intel_modeset_pipe_config()