]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit96d9edfa12df0e664660f6fe2acbf6e60ac58cd5
treeb21c36f5b40bc110fc61e6b5403168ef8f2d841e
parent4a42b91c49c7198d0e74e4d0cff96450635fce0f
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