]> 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)
commitcc30575a9dcc1d4f772424ed5d7c0c1f7c782364
treeb21c36f5b40bc110fc61e6b5403168ef8f2d841e
parent4c9ae7a89944dd6de895f7ed5658819f28ee9df4
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