Lines Matching refs:fixed_mode
286 struct drm_display_mode *fixed_mode = intel_connector->panel.fixed_mode; in intel_lvds_mode_valid() local
289 if (mode->hdisplay > fixed_mode->hdisplay) in intel_lvds_mode_valid()
291 if (mode->vdisplay > fixed_mode->vdisplay) in intel_lvds_mode_valid()
293 if (fixed_mode->clock > max_pixclk) in intel_lvds_mode_valid()
334 intel_fixed_panel_mode(intel_connector->panel.fixed_mode, in intel_lvds_compute_config()
393 mode = drm_mode_duplicate(dev, lvds_connector->base.panel.fixed_mode); in intel_lvds_get_modes()
887 if (lvds_encoder->attached_connector->base.panel.fixed_mode->clock in compute_is_dual_link_lvds()
938 struct drm_display_mode *fixed_mode = NULL; in intel_lvds_init() local
1113 fixed_mode = drm_mode_duplicate(dev, scan); in intel_lvds_init()
1114 if (fixed_mode) in intel_lvds_init()
1124 fixed_mode = drm_mode_duplicate(dev, dev_priv->vbt.lfp_lvds_vbt_mode); in intel_lvds_init()
1125 if (fixed_mode) { in intel_lvds_init()
1126 fixed_mode->type |= DRM_MODE_TYPE_PREFERRED; in intel_lvds_init()
1145 fixed_mode = intel_crtc_mode_get(dev, crtc); in intel_lvds_init()
1146 if (fixed_mode) { in intel_lvds_init()
1148 drm_mode_debug_printmodeline(fixed_mode); in intel_lvds_init()
1149 fixed_mode->type |= DRM_MODE_TYPE_PREFERRED; in intel_lvds_init()
1155 if (!fixed_mode) in intel_lvds_init()
1161 intel_panel_init(&intel_connector->panel, fixed_mode, downclock_mode); in intel_lvds_init()