Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185515
b: refs/heads/master
c: 1157563
h: refs/heads/master
i:
  185513: 6a2642c
  185511: f18eb32
v: v3
  • Loading branch information
Ben Skeggs committed Feb 25, 2010
1 parent 6f2240a commit 67572f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 7f612d87f8b4b1ddbcee04264a93e5af7b9f21c7
refs/heads/master: 1157563931dd773df2420b98eef61598205d39ec
4 changes: 1 addition & 3 deletions trunk/drivers/gpu/drm/nouveau/nv50_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,7 @@ nv50_display_init(struct drm_device *dev)
struct nouveau_connector *conn = nouveau_connector(connector);
struct dcb_gpio_entry *gpio;

if (connector->connector_type != DRM_MODE_CONNECTOR_DVII &&
connector->connector_type != DRM_MODE_CONNECTOR_DVID &&
connector->connector_type != DRM_MODE_CONNECTOR_DisplayPort)
if (conn->dcb->gpio_tag == 0xff)
continue;

gpio = nouveau_bios_gpio_entry(dev, conn->dcb->gpio_tag);
Expand Down

0 comments on commit 67572f3

Please sign in to comment.