Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250674
b: refs/heads/master
c: 2abdb05
h: refs/heads/master
v: v3
  • Loading branch information
Jimmy Rentz authored and Ben Skeggs committed May 16, 2011
1 parent c2ea6e4 commit 9296fa8
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: 215f902e1555e0fa94c1de547dcd246c6f5306e2
refs/heads/master: 2abdb057e45ea9b558653a97d979053cfdd1a04a
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/nv04_instmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ nv04_instmem_takedown(struct drm_device *dev)
nouveau_ramht_ref(NULL, &dev_priv->ramht, NULL);
nouveau_gpuobj_ref(NULL, &dev_priv->ramro);
nouveau_gpuobj_ref(NULL, &dev_priv->ramfc);

if (drm_mm_initialized(&dev_priv->ramin_heap))
drm_mm_takedown(&dev_priv->ramin_heap);
}

int
Expand Down

0 comments on commit 9296fa8

Please sign in to comment.