Skip to content
Commit 108b0d34 authored by Sebastian Biemueller's avatar Sebastian Biemueller Committed by Dave Airlie
Browse files

drm/radeon/kms/vm: fix possible bug in radeon_vm_bo_rmv()



The bo is removed from the list at the top of
radeon_vm_bo_rmv(), but then the list is used
in radeon_vm_bo_update_pte() to look up the vm.
remove the bo_list entry at the end of the
function instead.

Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Reviewed-by: default avatarJerome Glisse <j.glisse@gmail.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 1404547f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment