Lines Matching refs:adjusted_mode
1675 int clock = crtc_state->hw.adjusted_mode.crtc_clock; in intel_dp_hdmi_compute_bpc()
1759 const struct drm_display_mode *adjusted_mode = &crtc_state->hw.adjusted_mode; in intel_dp_mode_clock() local
1763 return intel_panel_highest_mode(connector, adjusted_mode)->clock; in intel_dp_mode_clock()
1765 return adjusted_mode->crtc_clock; in intel_dp_mode_clock()
1896 vdsc_cfg->pic_height = crtc_state->hw.adjusted_mode.crtc_vdisplay; in intel_dp_dsc_compute_params()
1976 const struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode; in dsc_compute_link_config() local
2013 lane_count, adjusted_mode->clock, in dsc_compute_link_config()
2166 const struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode; in dsc_compute_compressed_bpp() local
2174 dsc_joiner_max_bpp = get_max_compressed_bpp_with_joiner(display, adjusted_mode->clock, in dsc_compute_compressed_bpp()
2175 adjusted_mode->hdisplay, in dsc_compute_compressed_bpp()
2370 const struct drm_display_mode *adjusted_mode = in intel_dp_dsc_compute_config() local
2371 &pipe_config->hw.adjusted_mode; in intel_dp_dsc_compute_config()
2415 adjusted_mode->crtc_clock, in intel_dp_dsc_compute_config()
2416 adjusted_mode->crtc_hdisplay, in intel_dp_dsc_compute_config()
2473 const struct drm_display_mode *adjusted_mode = in intel_dp_compute_config_link_bpp_limits() local
2474 &crtc_state->hw.adjusted_mode; in intel_dp_compute_config_link_bpp_limits()
2514 adjusted_mode->crtc_clock, in intel_dp_compute_config_link_bpp_limits()
2600 const struct drm_display_mode *adjusted_mode = in intel_dp_config_required_rate() local
2601 &crtc_state->hw.adjusted_mode; in intel_dp_config_required_rate()
2606 return intel_dp_link_required(adjusted_mode->crtc_clock, bpp); in intel_dp_config_required_rate()
2632 const struct drm_display_mode *adjusted_mode = in intel_dp_compute_link_config() local
2633 &pipe_config->hw.adjusted_mode; in intel_dp_compute_link_config()
2645 adjusted_mode->crtc_hdisplay, in intel_dp_compute_link_config()
2646 adjusted_mode->crtc_clock); in intel_dp_compute_link_config()
2717 const struct drm_display_mode *adjusted_mode = in intel_dp_limited_color_range() local
2718 &crtc_state->hw.adjusted_mode; in intel_dp_limited_color_range()
2737 drm_default_rgb_quant_range(adjusted_mode) == in intel_dp_limited_color_range()
2848 const struct drm_display_mode *adjusted_mode = in intel_dp_compute_as_sdp() local
2849 &crtc_state->hw.adjusted_mode; in intel_dp_compute_as_sdp()
2863 as_sdp->target_rr = drm_mode_vrefresh(adjusted_mode); in intel_dp_compute_as_sdp()
2979 intel_panel_downclock_mode(connector, &pipe_config->hw.adjusted_mode); in intel_dp_drrs_compute_config()
3043 const struct drm_display_mode *adjusted_mode = &crtc_state->hw.adjusted_mode; in intel_dp_compute_output_format() local
3047 ycbcr_420_only = drm_mode_is_420_only(info, adjusted_mode); in intel_dp_compute_output_format()
3054 crtc_state->sink_format = intel_dp_sink_format(connector, adjusted_mode); in intel_dp_compute_output_format()
3064 !drm_mode_is_420_also(info, adjusted_mode)) in intel_dp_compute_output_format()
3124 const struct drm_display_mode *adjusted_mode = in intel_dp_compute_min_hblank() local
3125 &crtc_state->hw.adjusted_mode; in intel_dp_compute_min_hblank()
3150 adjusted_mode->crtc_clock, in intel_dp_compute_min_hblank()
3151 adjusted_mode->crtc_hdisplay, in intel_dp_compute_min_hblank()
3167 adjusted_mode->hdisplay, in intel_dp_compute_min_hblank()
3171 htotal_sym_cycles = adjusted_mode->htotal * hactive_sym_cycles / in intel_dp_compute_min_hblank()
3172 adjusted_mode->hdisplay; in intel_dp_compute_min_hblank()
3197 struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode; in intel_dp_compute_config() local
3203 fixed_mode = intel_panel_fixed_mode(connector, adjusted_mode); in intel_dp_compute_config()
3205 ret = intel_panel_compute_config(connector, adjusted_mode); in intel_dp_compute_config()
3210 if (adjusted_mode->flags & DRM_MODE_FLAG_DBLSCAN) in intel_dp_compute_config()
3214 adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) in intel_dp_compute_config()
3217 if (adjusted_mode->flags & DRM_MODE_FLAG_DBLCLK) in intel_dp_compute_config()
3220 if (intel_dp_hdisplay_bad(display, adjusted_mode->crtc_hdisplay)) in intel_dp_compute_config()
3269 adjusted_mode->crtc_hdisplay = adjusted_mode->crtc_hdisplay / n + overlap; in intel_dp_compute_config()
3270 adjusted_mode->crtc_hblank_start = adjusted_mode->crtc_hblank_start / n + overlap; in intel_dp_compute_config()
3271 adjusted_mode->crtc_hblank_end = adjusted_mode->crtc_hblank_end / n + overlap; in intel_dp_compute_config()
3272 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hsync_start / n + overlap; in intel_dp_compute_config()
3273 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_end / n + overlap; in intel_dp_compute_config()
3274 adjusted_mode->crtc_htotal = adjusted_mode->crtc_htotal / n + overlap; in intel_dp_compute_config()
3275 adjusted_mode->crtc_clock /= n; in intel_dp_compute_config()
3283 adjusted_mode->crtc_clock, in intel_dp_compute_config()
3947 int vactive = crtc_state->hw.adjusted_mode.vdisplay; in intel_dp_pcon_dsc_enc_slice_height()
4023 slice_width = DIV_ROUND_UP(crtc_state->hw.adjusted_mode.hdisplay, in intel_dp_pcon_dsc_configure()