Searched refs:pipe_src_h (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/drivers/gpu/drm/i915/display/ |
D | intel_pfit.c | 70 int pipe_src_h = drm_rect_height(&crtc_state->pipe_src); in intel_pch_pfit_check_src_size() local 92 if (pipe_src_w > max_src_w || pipe_src_h > max_src_h) { in intel_pch_pfit_check_src_size() 96 pipe_src_w, pipe_src_h, max_src_w, max_src_h); in intel_pch_pfit_check_src_size() 109 int pipe_src_h = drm_rect_height(&crtc_state->pipe_src); in intel_pch_pfit_check_scaling() local 113 drm_rect_init(&src, 0, 0, pipe_src_w << 16, pipe_src_h << 16); in intel_pch_pfit_check_scaling() 130 pipe_src_h, drm_rect_height(dst), in intel_pch_pfit_check_scaling() 187 int pipe_src_h = drm_rect_height(&crtc_state->pipe_src); in pch_panel_fitting() local 192 adjusted_mode->crtc_vdisplay == pipe_src_h && in pch_panel_fitting() 199 height = pipe_src_h; in pch_panel_fitting() 207 u32 scaled_width = adjusted_mode->crtc_hdisplay * pipe_src_h; in pch_panel_fitting() [all …]
|
D | skl_scaler.c | 116 int pipe_src_h = drm_rect_height(&crtc_state->pipe_src); in skl_update_scaler() local 221 if (pipe_src_w > max_dst_w || pipe_src_h > max_dst_h) { in skl_update_scaler() 225 crtc->pipe, scaler_user, pipe_src_w, pipe_src_h); in skl_update_scaler()
|
D | intel_display.c | 4935 int pipe_src_w, pipe_src_h; in intel_modeset_pipe_config() local 4981 &pipe_src_w, &pipe_src_h); in intel_modeset_pipe_config() 4983 pipe_src_w, pipe_src_h); in intel_modeset_pipe_config()
|