Searched refs:pipe_src_w (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/i915/display/ |
D | intel_panel.c | 185 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 …]
|
D | intel_overlay.c | 936 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()
|
D | intel_sprite.c | 2203 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()
|
D | intel_display_types.h | 832 int pipe_src_w, pipe_src_h; member
|
D | intel_display.c | 6171 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 …]
|
D | intel_display_debugfs.c | 866 crtc_state->pipe_src_w, crtc_state->pipe_src_h, in intel_crtc_info()
|
/Linux-v5.10/drivers/gpu/drm/i915/ |
D | intel_pm.c | 1676 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()
|