commit | c0c2c3bffc946f5a44ee695c663cbca96dacc4d0 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Wed Nov 15 13:20:09 2017 +0100 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Dec 06 12:47:54 2017 -0500 |
tree | 949f7567fed1fe08f13b23b7b93b79d87f8220c8 | |
parent | 090528639321ab09c150603c0da3c38c26aa5ea9 [diff] |
drm/ttm: completely rework ttm_bo_delayed_delete There is no guarantee that the next entry on the ddelete list stays on the list when we drop the locks. Completely rework this mess by moving processed entries on a temporary list. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-and-Tested-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>