Searched refs:pipe_src_h (Results 1 – 2 of 2) sorted by relevance
330 int pipe_src_h = drm_rect_height(&crtc_state->pipe_src); in pch_panel_fitting() local335 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() local459 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() local480 u32 scaled_width = adjusted_mode->crtc_hdisplay * pipe_src_h; in i9xx_scale_aspect()[all …]
5216 int pipe_src_w, pipe_src_h; in intel_modeset_pipe_config() local5252 &pipe_src_w, &pipe_src_h); in intel_modeset_pipe_config()5254 pipe_src_w, pipe_src_h); in intel_modeset_pipe_config()