Lines Matching refs:adjusted_mode
178 pipe_config->hw.adjusted_mode.flags |= flags; in intel_dvo_get_config()
180 pipe_config->hw.adjusted_mode.crtc_clock = pipe_config->port_clock; in intel_dvo_get_config()
209 &pipe_config->hw.adjusted_mode); in intel_enable_dvo()
258 struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode; in intel_dvo_compute_config() local
260 intel_panel_fixed_mode(intel_dvo->attached_connector, adjusted_mode); in intel_dvo_compute_config()
271 ret = intel_panel_compute_config(connector, adjusted_mode); in intel_dvo_compute_config()
276 if (adjusted_mode->flags & DRM_MODE_FLAG_DBLSCAN) in intel_dvo_compute_config()
292 const struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode; in intel_dvo_pre_enable() local
306 if (adjusted_mode->flags & DRM_MODE_FLAG_PHSYNC) in intel_dvo_pre_enable()
308 if (adjusted_mode->flags & DRM_MODE_FLAG_PVSYNC) in intel_dvo_pre_enable()
312 DVO_SRCDIM_HORIZONTAL(adjusted_mode->crtc_hdisplay) | in intel_dvo_pre_enable()
313 DVO_SRCDIM_VERTICAL(adjusted_mode->crtc_vdisplay)); in intel_dvo_pre_enable()