mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
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: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20220331112822.11462-12-ville.syrjala@linux.intel.com Reviewed-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
1159c83392
commit
001b6169a9
|
|
@ -968,7 +968,8 @@ void intel_lvds_init(struct drm_i915_private *dev_priv)
|
|||
intel_connector->edid = edid;
|
||||
|
||||
/* 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? */
|
||||
if (!intel_panel_preferred_fixed_mode(intel_connector))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user