commit | 972a21f94631642d6714bb2a1983b7b15a77526d | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Fri Aug 31 15:06:35 2018 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Sun Sep 02 10:16:32 2018 -0500 |
tree | 3be2b27fd1ee0625cc890682f1f2020f48ddeadd | |
parent | 88b35d83a79c19e0d817f500f9306fe3eef43057 [diff] |
drm/ttm: fix ttm_bo_bulk_move_helper Staring at the function for six hours, just to essentially move one line of code. The problem was that the first list_cut_position call could result in list2 pointing to la-la-land. 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>