Lines Matching refs:adjusted_mode

302 		const struct drm_display_mode *adjusted_mode =  in configure_dual_link_mode()  local
303 &pipe_config->hw.adjusted_mode; in configure_dual_link_mode()
304 u16 hactive = adjusted_mode->crtc_hdisplay; in configure_dual_link_mode()
847 const struct drm_display_mode *adjusted_mode = in gen11_dsi_set_transcoder_timings() local
848 &crtc_state->hw.adjusted_mode; in gen11_dsi_set_transcoder_timings()
871 hactive = adjusted_mode->crtc_hdisplay; in gen11_dsi_set_transcoder_timings()
874 htotal = DIV_ROUND_UP(adjusted_mode->crtc_htotal * mul, div); in gen11_dsi_set_transcoder_timings()
878 hsync_start = DIV_ROUND_UP(adjusted_mode->crtc_hsync_start * mul, div); in gen11_dsi_set_transcoder_timings()
879 hsync_end = DIV_ROUND_UP(adjusted_mode->crtc_hsync_end * mul, div); in gen11_dsi_set_transcoder_timings()
881 hback_porch = (adjusted_mode->crtc_htotal - in gen11_dsi_set_transcoder_timings()
882 adjusted_mode->crtc_hsync_end); in gen11_dsi_set_transcoder_timings()
883 vactive = adjusted_mode->crtc_vdisplay; in gen11_dsi_set_transcoder_timings()
886 vtotal = adjusted_mode->crtc_vtotal; in gen11_dsi_set_transcoder_timings()
899 vsync_start = adjusted_mode->crtc_vsync_start; in gen11_dsi_set_transcoder_timings()
900 vsync_end = adjusted_mode->crtc_vsync_end; in gen11_dsi_set_transcoder_timings()
911 if (adjusted_mode->crtc_hdisplay < 256) in gen11_dsi_set_transcoder_timings()
1470 struct drm_display_mode *adjusted_mode = in gen11_dsi_get_timings() local
1471 &pipe_config->hw.adjusted_mode; in gen11_dsi_get_timings()
1477 adjusted_mode->crtc_htotal = in gen11_dsi_get_timings()
1478 DIV_ROUND_UP(adjusted_mode->crtc_htotal * mul, div); in gen11_dsi_get_timings()
1479 adjusted_mode->crtc_hsync_start = in gen11_dsi_get_timings()
1480 DIV_ROUND_UP(adjusted_mode->crtc_hsync_start * mul, div); in gen11_dsi_get_timings()
1481 adjusted_mode->crtc_hsync_end = in gen11_dsi_get_timings()
1482 DIV_ROUND_UP(adjusted_mode->crtc_hsync_end * mul, div); in gen11_dsi_get_timings()
1486 adjusted_mode->crtc_hdisplay *= 2; in gen11_dsi_get_timings()
1488 adjusted_mode->crtc_hdisplay -= in gen11_dsi_get_timings()
1490 adjusted_mode->crtc_htotal *= 2; in gen11_dsi_get_timings()
1492 adjusted_mode->crtc_hblank_start = adjusted_mode->crtc_hdisplay; in gen11_dsi_get_timings()
1493 adjusted_mode->crtc_hblank_end = adjusted_mode->crtc_htotal; in gen11_dsi_get_timings()
1497 adjusted_mode->crtc_hsync_start *= 2; in gen11_dsi_get_timings()
1498 adjusted_mode->crtc_hsync_end *= 2; in gen11_dsi_get_timings()
1501 adjusted_mode->crtc_vblank_start = adjusted_mode->crtc_vdisplay; in gen11_dsi_get_timings()
1502 adjusted_mode->crtc_vblank_end = adjusted_mode->crtc_vtotal; in gen11_dsi_get_timings()
1541 pipe_config->hw.adjusted_mode.crtc_clock = intel_dsi->pclk; in gen11_dsi_get_config()
1543 pipe_config->hw.adjusted_mode.crtc_clock *= 2; in gen11_dsi_get_config()
1602 vdsc_cfg->pic_height = crtc_state->hw.adjusted_mode.crtc_vdisplay; in gen11_dsi_dsc_compute_config()
1633 struct drm_display_mode *adjusted_mode = in gen11_dsi_compute_config() local
1634 &pipe_config->hw.adjusted_mode; in gen11_dsi_compute_config()
1640 ret = intel_panel_compute_config(intel_connector, adjusted_mode); in gen11_dsi_compute_config()
1648 adjusted_mode->flags = 0; in gen11_dsi_compute_config()