drm/radeon: remove vm_unbind
It actually isn't very useful. Signed-off-by: Christian König <deathsimple@vodafone.de> Reviewed-by: Jerome Glisse <jglisse@redhat.com>
This commit is contained in:

committed by
Alex Deucher

parent
05b0714768
commit
d66a76269a
@@ -522,7 +522,6 @@ static void radeon_vm_unbind_locked(struct radeon_device *rdev,
|
||||
radeon_fence_unref(&vm->fence);
|
||||
|
||||
/* hw unbind */
|
||||
radeon_asic_vm_unbind(rdev, vm);
|
||||
rdev->vm_manager.use_bitmap &= ~(1 << vm->id);
|
||||
list_del_init(&vm->list);
|
||||
vm->id = -1;
|
||||
|
Reference in New Issue
Block a user