Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_panel.c113 adjusted_mode->crtc_vdisplay == pipe_config->pipe_src_h && in intel_pch_panel_fitting()
120 height = pipe_config->pipe_src_h; in intel_pch_panel_fitting()
129 * pipe_config->pipe_src_h; in intel_pch_panel_fitting()
133 width = scaled_height / pipe_config->pipe_src_h; in intel_pch_panel_fitting()
232 pipe_config->pipe_src_h; in i965_scale_aspect()
253 pipe_config->pipe_src_h; in i9xx_scale_aspect()
266 pipe_config->pipe_src_h); in i9xx_scale_aspect()
269 if (pipe_config->pipe_src_h != adjusted_mode->crtc_vdisplay) { in i9xx_scale_aspect()
270 bits = panel_fitter_scaling(pipe_config->pipe_src_h, in i9xx_scale_aspect()
314 adjusted_mode->crtc_vdisplay == pipe_config->pipe_src_h) in intel_gmch_panel_fitting()
[all …]
H A Dintel_atomic_plane.c138 crtc_state->base.enable ? crtc_state->pipe_src_h : 0; in intel_plane_atomic_check_with_state()
H A Dintel_overlay.c972 rec->dst_y < pipe_config->pipe_src_h && in check_overlay_dst()
973 rec->dst_y + rec->dst_height <= pipe_config->pipe_src_h) in check_overlay_dst()
H A Dintel_display.c3273 ((crtc_state->pipe_src_h - 1) << 16) | in i9xx_update_primary_plane()
3278 ((crtc_state->pipe_src_h - 1) << 16) | in i9xx_update_primary_plane()
3704 (new_crtc_state->pipe_src_h - 1)); in intel_update_pipe_config()
4700 state->pipe_src_w, state->pipe_src_h, in skl_update_scaler_crtc()
6242 pipe_h = pipe_config->pipe_src_h; in ilk_pipe_pixel_rate()
7011 (intel_crtc->config->pipe_src_h - 1)); in intel_set_pipe_src_size()
7057 pipe_config->pipe_src_h = (tmp & 0xffff) + 1; in intel_get_pipe_src_size()
7060 pipe_config->base.mode.vdisplay = pipe_config->pipe_src_h; in intel_get_pipe_src_size()
10687 pipe_config->pipe_src_w, pipe_config->pipe_src_h, in intel_dump_pipe_config()
10891 &pipe_config->pipe_src_h); in intel_modeset_pipe_config()
[all …]
H A Dintel_drv.h632 int pipe_src_w, pipe_src_h; member
H A Dintel_pm.c3905 src_h = crtc_state->pipe_src_h; in skl_pipe_downscale_amount()