commit | 03651735fbded39f608163718f816ab9cf14fba7 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Wed Sep 12 21:19:57 2018 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Sep 13 15:14:11 2018 -0500 |
tree | ba83f70ceb6cf511f785c64250f2b69498760816 | |
parent | c37e2d29f0fbc933508637d7129a8f079b06ab40 [diff] |
drm/ttm: once more fix ttm_bo_bulk_move_lru_tail While cutting the lists we sometimes accidentally added a list_head from the stack to the LRUs, effectively corrupting the list. Remove the list cutting and use explicit list manipulation instead. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-and-Tested: Huang Rui <ray.huang@amd.com> Tested-by: Mike Lothian <mike@fireburn.co.uk> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>