Searched refs:pipe_src_w (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_pfit.c | 73 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in intel_pch_pfit_check_src_size() local 96 if (pipe_src_w > max_src_w || pipe_src_h > max_src_h) { in intel_pch_pfit_check_src_size() 100 pipe_src_w, pipe_src_h, max_src_w, max_src_h); in intel_pch_pfit_check_src_size() 112 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in intel_pch_pfit_check_scaling() local 117 drm_rect_init(&src, 0, 0, pipe_src_w << 16, pipe_src_h << 16); in intel_pch_pfit_check_scaling() 124 pipe_src_w, drm_rect_width(dst), in intel_pch_pfit_check_scaling() 190 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in pch_panel_fitting() local 195 if (adjusted_mode->crtc_hdisplay == pipe_src_w && in pch_panel_fitting() 202 width = pipe_src_w; in pch_panel_fitting() 212 u32 scaled_height = pipe_src_w * adjusted_mod in pch_panel_fitting() 346 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); i965_scale_aspect() local 367 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); i9xx_scale_aspect() local 457 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); gmch_panel_fitting() local [all...] |
H A D | skl_scaler.c | 150 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in skl_update_scaler() local 231 if (pipe_src_w > max_dst_w || pipe_src_h > max_dst_h) { in skl_update_scaler() 236 crtc->pipe, scaler_user, pipe_src_w, pipe_src_h); in skl_update_scaler()
|
H A D | skl_universal_plane.c | 1821 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in skl_plane_check_dst_coordinates() local 1833 (crtc_x + crtc_w < 4 || crtc_x > pipe_src_w - 4)) { in skl_plane_check_dst_coordinates() 1839 4, pipe_src_w - 4); in skl_plane_check_dst_coordinates()
|
H A D | intel_display.c | 4612 int pipe_src_w, pipe_src_h; in intel_modeset_pipe_config() local 4658 &pipe_src_w, &pipe_src_h); in intel_modeset_pipe_config() 4660 pipe_src_w, pipe_src_h); in intel_modeset_pipe_config()
|