Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196546
b: refs/heads/master
c: 3d8620c
h: refs/heads/master
v: v3
  • Loading branch information
Jesse Barnes authored and Eric Anholt committed May 7, 2010
1 parent 98a7169 commit d7de70e
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: ee5382aedf669127bf672a3fc5313247fc288e26
refs/heads/master: 3d8620cc5f8538364ee152811e2bd8713abb1d58
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/i915/i915_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1758,6 +1758,8 @@ int i915_driver_unload(struct drm_device *dev)
}

if (drm_core_check_feature(dev, DRIVER_MODESET)) {
intel_modeset_cleanup(dev);

/*
* free the memory space allocated for the child device
* config parsed from VBT
Expand All @@ -1781,8 +1783,6 @@ int i915_driver_unload(struct drm_device *dev)
intel_opregion_free(dev, 0);

if (drm_core_check_feature(dev, DRIVER_MODESET)) {
intel_modeset_cleanup(dev);

i915_gem_free_all_phys_object(dev);

mutex_lock(&dev->struct_mutex);
Expand Down

0 comments on commit d7de70e

Please sign in to comment.