drm/amdgpu: fix "use bulk moves for efficient VM LRU handling" v2
authorChristian König <christian.koenig@amd.com>
Thu, 30 Aug 2018 08:04:53 +0000 (10:04 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Sun, 2 Sep 2018 15:16:38 +0000 (10:16 -0500)
commitb995795bf09b6bb7847a2a9fc8e6b5b4ab0ce20c
treeb21c36f5b40bc110fc61e6b5403168ef8f2d841e
parent972a21f94631642d6714bb2a1983b7b15a77526d
drm/amdgpu: fix "use bulk moves for efficient VM LRU handling" v2

First step to fix the LRU corruption, we accidentially tried to move things
on the LRU after dropping the lock.

Signed-off-by: Christian König <christian.koenig@amd.com>
Tested-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c