Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

drm/nv50: another dodgy DP hack



Allows *some* DP cards to keep working in some corner cases that most
people shouldn't hit.  I hit it all the time with development, so this
can stay for now.

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent a5acac66
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -337,6 +337,9 @@ nv50_sor_create(struct drm_device *dev, struct dcb_entry *entry)
		default:
			break;
		}

		if (!nv_encoder->dp.mc_unknown)
			nv_encoder->dp.mc_unknown = 5;
	}

	return 0;