Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205112
b: refs/heads/master
c: 0ccb3a7
h: refs/heads/master
v: v3
  • Loading branch information
Ben Skeggs committed Jul 26, 2010
1 parent 640dab8 commit 4b3661f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ee2e013131dcf6427334663662dbe760ccdba735
refs/heads/master: 0ccb3a75fe81ec3c4ceb7344c34d0497cbabb369
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/nv50_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,9 @@ nv50_display_init(struct drm_device *dev)
list_for_each_entry(connector, &dev->mode_config.connector_list, head) {
struct nouveau_connector *conn = nouveau_connector(connector);

if (conn->dcb->gpio_tag == 0xff)
continue;

pgpio->irq_enable(dev, conn->dcb->gpio_tag, true);
}

Expand Down

0 comments on commit 4b3661f

Please sign in to comment.