Home
last modified time | relevance | path

Searched refs:pipe_src_w (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_panel.c350 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 …]
A Dskl_universal_plane.c1423 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in skl_plane_check_dst_coordinates() local
1435 (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()
A Dintel_display.c5175 int pipe_src_w, pipe_src_h; in intel_modeset_pipe_config() local
5211 &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