Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87949
b: refs/heads/master
c: 144a75f
h: refs/heads/master
i:
  87947: d70f67b
v: v3
  • Loading branch information
Dave Airlie committed Mar 29, 2008
1 parent 0970d9a commit 7e47054
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: 0c76be35194563f56e02fc1775d0fe29281e84d4
refs/heads/master: 144a75fa1faa4a81530bded2e59872ef80d496b6
3 changes: 3 additions & 0 deletions trunk/drivers/char/drm/i915_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,9 @@ void i915_driver_lastclose(struct drm_device * dev)
{
drm_i915_private_t *dev_priv = dev->dev_private;

if (!dev_priv)
return;

if (dev_priv->agp_heap)
i915_mem_takedown(&(dev_priv->agp_heap));

Expand Down

0 comments on commit 7e47054

Please sign in to comment.