Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205075
b: refs/heads/master
c: 946cbc8
h: refs/heads/master
i:
  205073: 3f03173
  205071: cf90026
v: v3
  • Loading branch information
Ben Skeggs committed Jul 13, 2010
1 parent a8a332a commit e70c815
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c50a5681e7d0ce1dd6de06fd70a7eff56ebfb9e9
refs/heads/master: 946cbc825adfa8189a035346d5f7ff31c32b549d
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/nouveau/nv50_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,8 @@ nv50_display_unk20_dp_set_tmds(struct drm_device *dev, struct dcb_entry *dcb)
list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
struct nouveau_encoder *nv_encoder = nouveau_encoder(encoder);

if (nv_encoder->dcb->type == OUTPUT_DP) {
if (nv_encoder->dcb->type == OUTPUT_DP &&
nv_encoder->dcb->or & (1 << or)) {
tmp = nv_rd32(dev, NV50_SOR_DP_CTRL(or, link));
tmp &= ~NV50_SOR_DP_CTRL_ENABLED;
nv_wr32(dev, NV50_SOR_DP_CTRL(or, link), tmp);
Expand Down

0 comments on commit e70c815

Please sign in to comment.