Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307570
b: refs/heads/master
c: 5c5ed6e
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Heider authored and Ben Skeggs committed May 24, 2012
1 parent 3f2398f commit 4a967b6
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2f3787aa439ae0d34e4658400c1139a7541bec1d
refs/heads/master: 5c5ed6e2cd8b8f944cc7a27fb8a66b695dccf32f
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/nouveau_state.c
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,7 @@ nouveau_card_init(struct drm_device *dev)
out_display_early:
engine->display.late_takedown(dev);
out:
vga_switcheroo_unregister_client(dev->pdev);
vga_client_register(dev->pdev, NULL, NULL, NULL);
return ret;
}
Expand Down Expand Up @@ -895,6 +896,7 @@ static void nouveau_card_takedown(struct drm_device *dev)

nouveau_irq_fini(dev);

vga_switcheroo_unregister_client(dev->pdev);
vga_client_register(dev->pdev, NULL, NULL, NULL);
}

Expand Down

0 comments on commit 4a967b6

Please sign in to comment.