Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_panel.c112 if (adjusted_mode->crtc_hdisplay == pipe_config->pipe_src_w && in intel_pch_panel_fitting()
119 width = pipe_config->pipe_src_w; in intel_pch_panel_fitting()
130 u32 scaled_height = pipe_config->pipe_src_w in intel_pch_panel_fitting()
140 height = scaled_width / pipe_config->pipe_src_w; in intel_pch_panel_fitting()
233 u32 scaled_height = pipe_config->pipe_src_w * in i965_scale_aspect()
243 else if (adjusted_mode->crtc_hdisplay != pipe_config->pipe_src_w) in i965_scale_aspect()
254 u32 scaled_height = pipe_config->pipe_src_w * in i9xx_scale_aspect()
282 pipe_config->pipe_src_w); in i9xx_scale_aspect()
285 if (pipe_config->pipe_src_w != adjusted_mode->crtc_hdisplay) { in i9xx_scale_aspect()
286 bits = panel_fitter_scaling(pipe_config->pipe_src_w, in i9xx_scale_aspect()
[all …]
Dintel_overlay.c932 if (rec->dst_x < pipe_config->pipe_src_w && in check_overlay_dst()
933 rec->dst_x + rec->dst_width <= pipe_config->pipe_src_w && in check_overlay_dst()
1140 if (crtc->config->pipe_src_w > 1024 && in intel_overlay_put_image_ioctl()
Dintel_display.c2992 int pipe_src_w = crtc_state->pipe_src_w; in skl_check_main_surface() local
3013 (dst_x + dst_w < 4 || dst_x > pipe_src_w - 4)) { in skl_check_main_surface()
3017 4, pipe_src_w - 4); in skl_check_main_surface()
3340 (crtc_state->pipe_src_w - 1)); in i9xx_update_plane()
3345 (crtc_state->pipe_src_w - 1)); in i9xx_update_plane()
3848 ((new_crtc_state->pipe_src_w - 1) << 16) | in intel_update_pipe_config()
4900 state->pipe_src_w, state->pipe_src_h, in skl_update_scaler_crtc()
6566 pipe_w = pipe_config->pipe_src_w; in ilk_pipe_pixel_rate()
6644 if (pipe_config->pipe_src_w & 1) { in intel_crtc_compute_config()
7341 ((intel_crtc->config->pipe_src_w - 1) << 16) | in intel_set_pipe_src_size()
[all …]
Dintel_drv.h736 int pipe_src_w, pipe_src_h; member
Dintel_pm.c1620 width = crtc_state->pipe_src_w; in vlv_compute_wm_level()
2208 int hdisplay = crtc->config->pipe_src_w; in i965_update_wm()
2364 int hdisplay = enabled->config->pipe_src_w; in i9xx_update_wm()
4023 src_w = crtc_state->pipe_src_w; in skl_pipe_downscale_amount()
Di915_debugfs.c3201 pipe_config->pipe_src_w, pipe_config->pipe_src_h, in i915_display_info()