Skip to content

Commit

Permalink
drm/nv50: another dodgy DP hack
Browse files Browse the repository at this point in the history
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: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Ben Skeggs committed Apr 9, 2010
1 parent a5acac6 commit e60a9df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/gpu/drm/nouveau/nv50_sor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e60a9df

Please sign in to comment.