Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_panel.c185 if (adjusted_mode->crtc_hdisplay == crtc_state->pipe_src_w && in intel_pch_panel_fitting()
192 width = crtc_state->pipe_src_w; in intel_pch_panel_fitting()
203 u32 scaled_height = crtc_state->pipe_src_w in intel_pch_panel_fitting()
213 height = scaled_width / crtc_state->pipe_src_w; in intel_pch_panel_fitting()
228 WARN_ON(adjusted_mode->crtc_hdisplay != crtc_state->pipe_src_w); in intel_pch_panel_fitting()
312 u32 scaled_height = crtc_state->pipe_src_w * in i965_scale_aspect()
322 else if (adjusted_mode->crtc_hdisplay != crtc_state->pipe_src_w) in i965_scale_aspect()
333 u32 scaled_height = crtc_state->pipe_src_w * in i9xx_scale_aspect()
361 crtc_state->pipe_src_w); in i9xx_scale_aspect()
364 if (crtc_state->pipe_src_w != adjusted_mode->crtc_hdisplay) { in i9xx_scale_aspect()
[all …]
Dintel_overlay.c936 if (rec->dst_x < pipe_config->pipe_src_w && in check_overlay_dst()
937 rec->dst_x + rec->dst_width <= pipe_config->pipe_src_w && in check_overlay_dst()
1132 if (crtc->config->pipe_src_w > 1024 && in intel_overlay_put_image_ioctl()
Dintel_sprite.c2203 int pipe_src_w = crtc_state->pipe_src_w; in skl_plane_check_dst_coordinates() local
2215 (crtc_x + crtc_w < 4 || crtc_x > pipe_src_w - 4)) { in skl_plane_check_dst_coordinates()
2220 4, pipe_src_w - 4); in skl_plane_check_dst_coordinates()
Dintel_display_types.h832 int pipe_src_w, pipe_src_h; member
Dintel_display.c6171 crtc_state->pipe_src_w, crtc_state->pipe_src_h, in skl_update_scaler_crtc()
6285 .x2 = crtc_state->pipe_src_w << 16, in skl_pfit_enable()
8040 pipe_w = crtc_state->pipe_src_w; in ilk_pipe_pixel_rate()
8120 if (pipe_config->pipe_src_w & 1) { in intel_crtc_compute_config()
8877 ((crtc_state->pipe_src_w - 1) << 16) | (crtc_state->pipe_src_h - 1)); in intel_set_pipe_src_size()
8949 pipe_config->pipe_src_w = ((tmp >> 16) & 0xffff) + 1; in intel_get_pipe_src_size()
8952 pipe_config->hw.mode.hdisplay = pipe_config->pipe_src_w; in intel_get_pipe_src_size()
13161 pipe_config->pipe_src_w, pipe_config->pipe_src_h, in intel_dump_pipe_config()
13400 &pipe_config->pipe_src_w, in intel_modeset_pipe_config()
13956 PIPE_CONF_CHECK_I(pipe_src_w); in intel_pipe_config_compare()
[all …]
Dintel_display_debugfs.c866 crtc_state->pipe_src_w, crtc_state->pipe_src_h, in intel_crtc_info()
/Linux-v5.10/drivers/gpu/drm/i915/
Dintel_pm.c1676 width = crtc_state->pipe_src_w; in vlv_compute_wm_level()
2270 int hdisplay = crtc->config->pipe_src_w; in i965_update_wm()
2430 int hdisplay = enabled->config->pipe_src_w; in i9xx_update_wm()