Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177054
b: refs/heads/master
c: 51f07b7
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Dec 16, 2009
1 parent 4dd9af7 commit 0c2c18e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ecabd32a623eaf3e4c853ff73f200c8079028000
refs/heads/master: 51f07b7ebce15c1848743a2ba43a0005375d8243
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,10 @@ int radeon_gem_get_tiling_ioctl(struct drm_device *dev, void *data,
rbo = gobj->driver_private;
r = radeon_bo_reserve(rbo, false);
if (unlikely(r != 0))
return r;
goto out;
radeon_bo_get_tiling_flags(rbo, &args->tiling_flags, &args->pitch);
radeon_bo_unreserve(rbo);
out:
mutex_lock(&dev->struct_mutex);
drm_gem_object_unreference(gobj);
mutex_unlock(&dev->struct_mutex);
Expand Down

0 comments on commit 0c2c18e

Please sign in to comment.