[PATCH] drm/radeon: fix vm lock in radeon_gem_va_update_vm

2014-10-27 Thread Alex Deucher
On Thu, Oct 23, 2014 at 5:32 AM, Christian König wrote: > From: Christian König > > Without the lock we might corrupt the BO lists. > > Might be squashed into "update the VM after setting BO address" for > upstreaming. Squashed into that commit. Thanks! Alex > > Signed-off-by: Christian KÃ

[PATCH] drm/radeon: fix vm lock in radeon_gem_va_update_vm

2014-10-23 Thread Christian König
From: Christian K?nig Without the lock we might corrupt the BO lists. Might be squashed into "update the VM after setting BO address" for upstreaming. Signed-off-by: Christian K?nig --- drivers/gpu/drm/radeon/radeon_gem.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git