Commit 001b6169 authored by Ville Syrjälä's avatar Ville Syrjälä

drm/i915: Allow static DRRS on LVDS

Nothing special about static DRRS on LVDS, it's just your
bog standard modeset. Let's allow it.
Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220331112822.11462-12-ville.syrjala@linux.intel.comReviewed-by: default avatarJani Nikula <jani.nikula@intel.com>
parent 1159c833
...@@ -968,7 +968,8 @@ void intel_lvds_init(struct drm_i915_private *dev_priv) ...@@ -968,7 +968,8 @@ void intel_lvds_init(struct drm_i915_private *dev_priv)
intel_connector->edid = edid; intel_connector->edid = edid;
/* Try EDID first */ /* Try EDID first */
intel_panel_add_edid_fixed_modes(intel_connector, false); intel_panel_add_edid_fixed_modes(intel_connector,
dev_priv->vbt.drrs_type != DRRS_TYPE_NONE);
/* Failed to get EDID, what about VBT? */ /* Failed to get EDID, what about VBT? */
if (!intel_panel_preferred_fixed_mode(intel_connector)) if (!intel_panel_preferred_fixed_mode(intel_connector))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment