Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_panel.c191 adjusted_mode->crtc_vdisplay == pipe_config->pipe_src_h && in intel_pch_panel_fitting()
198 height = pipe_config->pipe_src_h; in intel_pch_panel_fitting()
207 * pipe_config->pipe_src_h; in intel_pch_panel_fitting()
211 width = scaled_height / pipe_config->pipe_src_h; in intel_pch_panel_fitting()
310 pipe_config->pipe_src_h; in i965_scale_aspect()
331 pipe_config->pipe_src_h; in i9xx_scale_aspect()
344 pipe_config->pipe_src_h); in i9xx_scale_aspect()
347 if (pipe_config->pipe_src_h != adjusted_mode->crtc_vdisplay) { in i9xx_scale_aspect()
348 bits = panel_fitter_scaling(pipe_config->pipe_src_h, in i9xx_scale_aspect()
392 adjusted_mode->crtc_vdisplay == pipe_config->pipe_src_h) in intel_gmch_panel_fitting()
[all …]
H A Dintel_overlay.c942 rec->dst_y < pipe_config->pipe_src_h && in check_overlay_dst()
943 rec->dst_y + rec->dst_height <= pipe_config->pipe_src_h) in check_overlay_dst()
H A Dintel_display_types.h832 int pipe_src_w, pipe_src_h; member
H A Dintel_display.c6055 state->pipe_src_w, state->pipe_src_h, in skl_update_scaler_crtc()
6180 vscale = (crtc_state->pipe_src_h << 16) / pfit_h; in skl_pfit_enable()
7844 pipe_h = pipe_config->pipe_src_h; in ilk_pipe_pixel_rate()
8671 (crtc_state->pipe_src_h - 1)); in intel_set_pipe_src_size()
8742 pipe_config->pipe_src_h = (tmp & 0xffff) + 1; in intel_get_pipe_src_size()
8745 pipe_config->hw.mode.vdisplay = pipe_config->pipe_src_h; in intel_get_pipe_src_size()
12887 pipe_config->pipe_src_w, pipe_config->pipe_src_h, in intel_dump_pipe_config()
13132 &pipe_config->pipe_src_h); in intel_modeset_pipe_config()
13639 PIPE_CONF_CHECK_I(pipe_src_h); in intel_pipe_config_compare()
18214 mode->vdisplay = crtc_state->pipe_src_h; in intel_modeset_readout_hw_state()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_debugfs.c2647 crtc_state->pipe_src_w, crtc_state->pipe_src_h, in intel_crtc_info()