[PATCH 1/4] drm/radeon: fix lockup when BOs aren't part of the VM on release

2015-04-27 Thread Christian König
On 27.04.2015 17:04, Christian König wrote: > From: Christian König > > If we unmap BOs before releasing them them the intervall tree locks > up because we try to remove an entry not inside the tree. > > Signed-off-by: Christian König > CC: stable at vger.kernel.org Somehow forgot to mention

[PATCH 1/4] drm/radeon: fix lockup when BOs aren't part of the VM on release

2015-04-27 Thread Christian König
From: Christian König If we unmap BOs before releasing them them the intervall tree locks up because we try to remove an entry not inside the tree. Signed-off-by: Christian König CC: stable at vger.kernel.org --- drivers/gpu/drm/radeon/radeon_vm.c | 3 ++- 1 file changed, 2 insertions(+), 1