Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282580
b: refs/heads/master
c: 71d91f6
h: refs/heads/master
v: v3
  • Loading branch information
Maxim Levitsky authored and Ben Skeggs committed Dec 21, 2011
1 parent d73a9e1 commit de5f9d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4bfb94a1b40e694284df3ea7dfb66ce6252b6008
refs/heads/master: 71d91f655e549b0eeeb788decad7791ca6a0885b
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/nouveau/nouveau_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,6 @@ nouveau_pci_resume(struct pci_dev *pdev)
if (ret)
return ret;

nouveau_pm_resume(dev);

if (dev_priv->gart_info.type == NOUVEAU_GART_AGP) {
ret = nouveau_mem_init_agp(dev);
if (ret) {
Expand Down Expand Up @@ -339,6 +337,8 @@ nouveau_pci_resume(struct pci_dev *pdev)
}
}

nouveau_pm_resume(dev);

NV_INFO(dev, "Restoring mode...\n");
list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
struct nouveau_framebuffer *nouveau_fb;
Expand Down

0 comments on commit de5f9d0

Please sign in to comment.