Commit c5875470 authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nv50: fix regression that break LVDS in some places



A previous commit started additionally using the SOR link when trying to
match the correct output script.  However, we never fill in this field
for LVDS so we can never match a script at all.

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent a6ed76d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -5627,6 +5627,7 @@ parse_dcb20_entry(struct drm_device *dev, struct dcb_table *dcb,
				entry->lvdsconf.use_acpi_for_edid = true;
				entry->lvdsconf.use_acpi_for_edid = true;
			if (conf & 0x4)
			if (conf & 0x4)
				entry->lvdsconf.use_power_scripts = true;
				entry->lvdsconf.use_power_scripts = true;
			entry->lvdsconf.sor.link = (conf & 0x00000030) >> 4;
		}
		}
		if (conf & mask) {
		if (conf & mask) {
			/*
			/*