Searched refs:pipe_src_w (Results 1 – 3 of 3) sorted by relevance
350 if (adjusted_mode->crtc_hdisplay == pipe_src_w && in pch_panel_fitting()357 width = pipe_src_w; in pch_panel_fitting()376 height = scaled_width / pipe_src_w; in pch_panel_fitting()391 WARN_ON(adjusted_mode->crtc_hdisplay != pipe_src_w); in pch_panel_fitting()485 else if (adjusted_mode->crtc_hdisplay != pipe_src_w) in i965_scale_aspect()522 scaled_width / pipe_src_w); in i9xx_scale_aspect()525 if (pipe_src_w != adjusted_mode->crtc_hdisplay) { in i9xx_scale_aspect()526 bits = panel_fitter_scaling(pipe_src_w, in i9xx_scale_aspect()555 if (adjusted_mode->crtc_hdisplay == pipe_src_w && in gmch_panel_fitting()565 centre_horizontally(adjusted_mode, pipe_src_w); in gmch_panel_fitting()[all …]
1423 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in skl_plane_check_dst_coordinates() local1435 (crtc_x + crtc_w < 4 || crtc_x > pipe_src_w - 4)) { in skl_plane_check_dst_coordinates()1440 4, pipe_src_w - 4); in skl_plane_check_dst_coordinates()
5175 int pipe_src_w, pipe_src_h; in intel_modeset_pipe_config() local5211 &pipe_src_w, &pipe_src_h); in intel_modeset_pipe_config()5213 pipe_src_w, pipe_src_h); in intel_modeset_pipe_config()
Completed in 24 milliseconds