Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_panel.c330 int pipe_src_h = drm_rect_height(&crtc_state->pipe_src); in pch_panel_fitting() local
335 adjusted_mode->crtc_vdisplay == pipe_src_h && in pch_panel_fitting()
342 height = pipe_src_h; in pch_panel_fitting()
350 u32 scaled_width = adjusted_mode->crtc_hdisplay * pipe_src_h; in pch_panel_fitting()
353 width = scaled_height / pipe_src_h; in pch_panel_fitting()
376 WARN_ON(adjusted_mode->crtc_vdisplay != pipe_src_h); in pch_panel_fitting()
458 int pipe_src_h = drm_rect_height(&crtc_state->pipe_src); in i965_scale_aspect() local
459 u32 scaled_width = adjusted_mode->crtc_hdisplay * pipe_src_h; in i965_scale_aspect()
479 int pipe_src_h = drm_rect_height(&crtc_state->pipe_src); in i9xx_scale_aspect() local
480 u32 scaled_width = adjusted_mode->crtc_hdisplay * pipe_src_h; in i9xx_scale_aspect()
[all …]
Dintel_display.c5216 int pipe_src_w, pipe_src_h; in intel_modeset_pipe_config() local
5252 &pipe_src_w, &pipe_src_h); in intel_modeset_pipe_config()
5254 pipe_src_w, pipe_src_h); in intel_modeset_pipe_config()