RE: [PATCH] drm/amdgpu: fix moved list handling in the VM

2017-09-01 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Christian König > Sent: Friday, September 01, 2017 9:05 AM > To: amd-gfx@lists.freedesktop.org > Subject: [PATCH] drm/amdgpu: fix moved list handling in the VM > &g

[PATCH] drm/amdgpu: fix moved list handling in the VM

2017-09-01 Thread Christian König
From: Christian König Only move BOs to the moved/relocated list when they aren't already on a list. This prevents accidential removal from the evicted list. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-)