commit | 7d8d58b23fd01e60ed44d8d8c10b2df86e638faa | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Feb 04 14:15:10 2009 +0000 |
committer | Dave Airlie <airlied@linux.ie> | Sun Feb 08 21:38:27 2009 +1000 |
tree | 78c29f02c8da4829430ba1af164b87216e8a281e | |
parent | 122ee2a63bc49d21f402f6b6d2208306cdcc98c1 [diff] |
drm/i915: Unlock mutex on i915_gem_fault() error path If we failed to allocate a new fence register we would return VM_FAULT_SIGBUS without relinquishing the lock. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: Dave Airlie <airlied@linux.ie>