Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144309
b: refs/heads/master
c: d816f6a
h: refs/heads/master
i:
  144307: 3974adb
v: v3
  • Loading branch information
Wu Fengguang authored and Eric Anholt committed Apr 22, 2009
1 parent 94aaf79 commit 00ed1a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 72021788678523047161e97b3dfed695e802a5fd
refs/heads/master: d816f6ac4f9877509baa3610be0d25b7afc29c00
4 changes: 3 additions & 1 deletion trunk/drivers/gpu/drm/i915/i915_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -4087,8 +4087,10 @@ i915_gem_entervt_ioctl(struct drm_device *dev, void *data,
dev_priv->mm.suspended = 0;

ret = i915_gem_init_ringbuffer(dev);
if (ret != 0)
if (ret != 0) {
mutex_unlock(&dev->struct_mutex);
return ret;
}

spin_lock(&dev_priv->mm.active_list_lock);
BUG_ON(!list_empty(&dev_priv->mm.active_list));
Expand Down

0 comments on commit 00ed1a6

Please sign in to comment.