Commit e60a9df3 authored by Ben Skeggs's avatar Ben Skeggs

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
...@@ -337,6 +337,9 @@ nv50_sor_create(struct drm_device *dev, struct dcb_entry *entry) ...@@ -337,6 +337,9 @@ nv50_sor_create(struct drm_device *dev, struct dcb_entry *entry)
default: default:
break; break;
} }
if (!nv_encoder->dp.mc_unknown)
nv_encoder->dp.mc_unknown = 5;
} }
return 0; return 0;
......
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