Searched refs:pipe_src_w (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_pfit.c | 74 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in intel_pch_pfit_check_src_size() local 97 if (pipe_src_w > max_src_w || pipe_src_h > max_src_h) { in intel_pch_pfit_check_src_size() 101 pipe_src_w, pipe_src_h, max_src_w, max_src_h); in intel_pch_pfit_check_src_size() 113 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in intel_pch_pfit_check_scaling() local 118 drm_rect_init(&src, 0, 0, pipe_src_w << 16, pipe_src_h << 16); in intel_pch_pfit_check_scaling() 125 pipe_src_w, drm_rect_width(dst), in intel_pch_pfit_check_scaling() 191 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in pch_panel_fitting() local 196 if (adjusted_mode->crtc_hdisplay == pipe_src_w && in pch_panel_fitting() 203 width = pipe_src_w; in pch_panel_fitting() 213 u32 scaled_height = pipe_src_w * adjusted_mode->crtc_vdisplay; in pch_panel_fitting() [all …]
|
| H A D | skl_scaler.c | 168 int pipe_src_w = drm_rect_width(&crtc_state->pipe_src); in skl_update_scaler() local 249 if (pipe_src_w > max_dst_w || pipe_src_h > max_dst_h) { in skl_update_scaler() 254 crtc->pipe, scaler_user, pipe_src_w, pipe_src_h); in skl_update_scaler()
|
| H A D | intel_display.c | 4656 int pipe_src_w, pipe_src_h; in intel_modeset_pipe_config() local 4702 &pipe_src_w, &pipe_src_h); in intel_modeset_pipe_config() 4704 pipe_src_w, pipe_src_h); in intel_modeset_pipe_config()
|