Searched refs:pipe_src_w (Results 1 – 3 of 3) sorted by relevance
330 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in pch_panel_fitting() local335 if (adjusted_mode->crtc_hdisplay == pipe_src_w && in pch_panel_fitting()342 width = pipe_src_w; in pch_panel_fitting()352 u32 scaled_height = pipe_src_w * adjusted_mode->crtc_vdisplay; in pch_panel_fitting()361 height = scaled_width / pipe_src_w; in pch_panel_fitting()376 WARN_ON(adjusted_mode->crtc_hdisplay != pipe_src_w); in pch_panel_fitting()458 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in i965_scale_aspect() local461 u32 scaled_height = pipe_src_w * adjusted_mode->crtc_vdisplay; in i965_scale_aspect()470 else if (adjusted_mode->crtc_hdisplay != pipe_src_w) in i965_scale_aspect()479 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()