Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288099
b: refs/heads/master
c: 108b0d3
h: refs/heads/master
i:
  288097: 2e2e9f8
  288095: d355009
v: v3
  • Loading branch information
Sebastian Biemueller authored and Dave Airlie committed Feb 29, 2012
1 parent 73b44b9 commit 567f1fd
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1404547f3a32ffc154dbf6aa30f966f0d2abafb7
refs/heads/master: 108b0d348302be2b2f846bc8a8115f5b099a6196
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_gart.c
Original file line number Diff line number Diff line change
Expand Up @@ -597,13 +597,13 @@ int radeon_vm_bo_rmv(struct radeon_device *rdev,
if (bo_va == NULL)
return 0;

list_del(&bo_va->bo_list);
mutex_lock(&vm->mutex);
radeon_mutex_lock(&rdev->cs_mutex);
radeon_vm_bo_update_pte(rdev, vm, bo, NULL);
radeon_mutex_unlock(&rdev->cs_mutex);
list_del(&bo_va->vm_list);
mutex_unlock(&vm->mutex);
list_del(&bo_va->bo_list);

kfree(bo_va);
return 0;
Expand Down

0 comments on commit 567f1fd

Please sign in to comment.