]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fix amdgpu_vm_fini
authorChristian König <christian.koenig@amd.com>
Thu, 18 Oct 2018 12:29:28 +0000 (14:29 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 25 Oct 2018 19:04:40 +0000 (14:04 -0500)
commit78f4ea891b02fcd22c23b892c0988116c318a4c2
tree0ffabe681c3f80a1909954df74a41ede03fccfab
parente02ba533b1bdcb302730567901e5c0c17a0fe3ed
drm/amdgpu: fix amdgpu_vm_fini

We should not remove mappings in rbtree_postorder_for_each_entry_safe
because that rebalances the tree.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c