Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_pfit.c75 int pipe_src_h = drm_rect_height(&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()
114 int pipe_src_h = drm_rect_height(&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()
135 pipe_src_h, drm_rect_height(dst), in intel_pch_pfit_check_scaling()
192 int pipe_src_h = drm_rect_height(&crtc_state->pipe_src); in pch_panel_fitting() local
197 adjusted_mode->crtc_vdisplay == pipe_src_h && in pch_panel_fitting()
204 height = pipe_src_h; in pch_panel_fitting()
212 u32 scaled_width = adjusted_mode->crtc_hdisplay * pipe_src_h; in pch_panel_fitting()
[all …]
H A Dskl_scaler.c169 int pipe_src_h = drm_rect_height(&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 Dintel_display.c4656 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()