Searched refs:pipe_src_w (Results 1 – 3 of 3) sorted by relevance
329 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in pch_panel_fitting() local334 if (adjusted_mode->crtc_hdisplay == pipe_src_w && in pch_panel_fitting()341 width = pipe_src_w; in pch_panel_fitting()351 u32 scaled_height = pipe_src_w * adjusted_mode->crtc_vdisplay; in pch_panel_fitting()360 height = scaled_width / pipe_src_w; in pch_panel_fitting()375 WARN_ON(adjusted_mode->crtc_hdisplay != pipe_src_w); in pch_panel_fitting()457 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in i965_scale_aspect() local460 u32 scaled_height = pipe_src_w * adjusted_mode->crtc_vdisplay; in i965_scale_aspect()469 else if (adjusted_mode->crtc_hdisplay != pipe_src_w) in i965_scale_aspect()478 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in i9xx_scale_aspect() local[all …]
1416 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in skl_plane_check_dst_coordinates() local1428 (crtc_x + crtc_w < 4 || crtc_x > pipe_src_w - 4)) { in skl_plane_check_dst_coordinates()1433 4, pipe_src_w - 4); in skl_plane_check_dst_coordinates()
5216 int pipe_src_w, pipe_src_h; in intel_modeset_pipe_config() local5252 &pipe_src_w, &pipe_src_h); in intel_modeset_pipe_config()5254 pipe_src_w, pipe_src_h); in intel_modeset_pipe_config()