commit | 1a33860d630c9cb4687ad01bda5651e96bad3694 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Wed Jul 26 14:59:10 2017 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Aug 17 15:45:55 2017 -0400 |
tree | a3becf02e23ba7c106c2838901b78ab966bb65e7 | |
parent | 8824c751eb61ebffb053c291199932845bac88b4 [diff] |
drm/ttm: remove nonsense wait in ttm_bo_cleanup_refs_and_unlock With shared reservation objects the assumption that no fence could have been added isn't true any more. Additional to that the BO is about to be destroyed, so removing the fences now has no advantage whatsoever. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>