Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185519
b: refs/heads/master
c: c52e53f
h: refs/heads/master
i:
  185517: b9367e7
  185515: 67572f3
  185511: f18eb32
  185503: fadc56f
v: v3
  • Loading branch information
Ben Skeggs committed Feb 25, 2010
1 parent f6f18de commit 5002938
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 81e2d42200cd8fa37ec4ebdc66373d0db0e05678
refs/heads/master: c52e53fd38b195169c67a8cc9ed1af0125d2655c
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -3726,7 +3726,7 @@ nouveau_bios_dp_table(struct drm_device *dev, struct dcb_entry *dcbent,
}
table = &bios->data[bios->display.dp_table_ptr];

if (table[0] != 0x21) {
if (table[0] != 0x20 && table[0] != 0x21) {
NV_ERROR(dev, "DisplayPort table version 0x%02x unknown\n",
table[0]);
return NULL;
Expand Down

0 comments on commit 5002938

Please sign in to comment.