Searched refs:pipe_src_w (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/i915/display/ |
D | intel_panel.c | 185 if (adjusted_mode->crtc_hdisplay == pipe_config->pipe_src_w && in intel_pch_panel_fitting() 192 width = pipe_config->pipe_src_w; in intel_pch_panel_fitting() 203 u32 scaled_height = pipe_config->pipe_src_w in intel_pch_panel_fitting() 213 height = scaled_width / pipe_config->pipe_src_w; in intel_pch_panel_fitting() 306 u32 scaled_height = pipe_config->pipe_src_w * in i965_scale_aspect() 316 else if (adjusted_mode->crtc_hdisplay != pipe_config->pipe_src_w) in i965_scale_aspect() 327 u32 scaled_height = pipe_config->pipe_src_w * in i9xx_scale_aspect() 355 pipe_config->pipe_src_w); in i9xx_scale_aspect() 358 if (pipe_config->pipe_src_w != adjusted_mode->crtc_hdisplay) { in i9xx_scale_aspect() 359 bits = panel_fitter_scaling(pipe_config->pipe_src_w, in i9xx_scale_aspect() [all …]
|
D | intel_overlay.c | 916 if (rec->dst_x < pipe_config->pipe_src_w && in check_overlay_dst() 917 rec->dst_x + rec->dst_width <= pipe_config->pipe_src_w && in check_overlay_dst() 1116 if (crtc->config->pipe_src_w > 1024 && in intel_overlay_put_image_ioctl()
|
D | intel_sprite.c | 1764 int pipe_src_w = crtc_state->pipe_src_w; in skl_plane_check_dst_coordinates() local 1776 (crtc_x + crtc_w < 4 || crtc_x > pipe_src_w - 4)) { in skl_plane_check_dst_coordinates() 1780 4, pipe_src_w - 4); in skl_plane_check_dst_coordinates()
|
D | intel_display_types.h | 769 int pipe_src_w, pipe_src_h; member
|
D | intel_display.c | 4416 ((new_crtc_state->pipe_src_w - 1) << 16) | in intel_update_pipe_config() 5515 state->pipe_src_w, state->pipe_src_h, in skl_update_scaler_crtc() 5630 hscale = (crtc_state->pipe_src_w << 16) / pfit_w; in skylake_pfit_enable() 7386 pipe_w = pipe_config->pipe_src_w; in ilk_pipe_pixel_rate() 7465 if (pipe_config->pipe_src_w & 1) { in intel_crtc_compute_config() 8192 ((crtc_state->pipe_src_w - 1) << 16) | in intel_set_pipe_src_size() 8250 pipe_config->pipe_src_w = ((tmp >> 16) & 0xffff) + 1; in intel_get_pipe_src_size() 8253 pipe_config->base.mode.hdisplay = pipe_config->pipe_src_w; in intel_get_pipe_src_size() 12136 pipe_config->pipe_src_w, pipe_config->pipe_src_h, in intel_dump_pipe_config() 12321 &pipe_config->pipe_src_w, in intel_modeset_pipe_config() [all …]
|
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | intel_pm.c | 1639 width = crtc_state->pipe_src_w; in vlv_compute_wm_level() 2227 int hdisplay = crtc->config->pipe_src_w; in i965_update_wm() 2383 int hdisplay = enabled->config->pipe_src_w; in i9xx_update_wm() 4126 src_w = crtc_state->pipe_src_w; in skl_pipe_downscale_amount()
|
D | i915_debugfs.c | 2739 pipe_config->pipe_src_w, pipe_config->pipe_src_h, in i915_display_info()
|