Home
last modified time | relevance | path

Searched refs:pipe_src_w (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_panel.c190 if (adjusted_mode->crtc_hdisplay == pipe_config->pipe_src_w && in intel_pch_panel_fitting()
197 width = pipe_config->pipe_src_w; in intel_pch_panel_fitting()
208 u32 scaled_height = pipe_config->pipe_src_w in intel_pch_panel_fitting()
218 height = scaled_width / pipe_config->pipe_src_w; in intel_pch_panel_fitting()
311 u32 scaled_height = pipe_config->pipe_src_w * in i965_scale_aspect()
321 else if (adjusted_mode->crtc_hdisplay != pipe_config->pipe_src_w) in i965_scale_aspect()
332 u32 scaled_height = pipe_config->pipe_src_w * in i9xx_scale_aspect()
360 pipe_config->pipe_src_w); in i9xx_scale_aspect()
363 if (pipe_config->pipe_src_w != adjusted_mode->crtc_hdisplay) { in i9xx_scale_aspect()
364 bits = panel_fitter_scaling(pipe_config->pipe_src_w, in i9xx_scale_aspect()
[all …]
H A Dintel_overlay.c940 if (rec->dst_x < pipe_config->pipe_src_w && in check_overlay_dst()
941 rec->dst_x + rec->dst_width <= pipe_config->pipe_src_w && in check_overlay_dst()
1135 if (crtc->config->pipe_src_w > 1024 && in intel_overlay_put_image_ioctl()
H A Dintel_sprite.c2110 int pipe_src_w = crtc_state->pipe_src_w; in skl_plane_check_dst_coordinates() local
2122 (crtc_x + crtc_w < 4 || crtc_x > pipe_src_w - 4)) { in skl_plane_check_dst_coordinates()
2126 4, pipe_src_w - 4); in skl_plane_check_dst_coordinates()
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()
6179 hscale = (crtc_state->pipe_src_w << 16) / pfit_w; in skl_pfit_enable()
7843 pipe_w = pipe_config->pipe_src_w; in ilk_pipe_pixel_rate()
7922 if (pipe_config->pipe_src_w & 1) { in intel_crtc_compute_config()
8670 ((crtc_state->pipe_src_w - 1) << 16) | in intel_set_pipe_src_size()
8743 pipe_config->pipe_src_w = ((tmp >> 16) & 0xffff) + 1; in intel_get_pipe_src_size()
8746 pipe_config->hw.mode.hdisplay = pipe_config->pipe_src_w; in intel_get_pipe_src_size()
12887 pipe_config->pipe_src_w, pipe_config->pipe_src_h, in intel_dump_pipe_config()
13131 &pipe_config->pipe_src_w, in intel_modeset_pipe_config()
13638 PIPE_CONF_CHECK_I(pipe_src_w); in intel_pipe_config_compare()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_pm.c1651 width = crtc_state->pipe_src_w; in vlv_compute_wm_level()
2244 int hdisplay = crtc->config->pipe_src_w; in i965_update_wm()
2404 int hdisplay = enabled->config->pipe_src_w; in i9xx_update_wm()
H A Di915_debugfs.c2647 crtc_state->pipe_src_w, crtc_state->pipe_src_h, in intel_crtc_info()