[PATCH] drm/ttm: wait for eviction in ttm_bo_force_list_clean

2016-06-22 Thread Christian König
From: Christian König Now that we can pipeline evictions we need to wait for them to finish when we cleanup a memory domain. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/

[PATCH] drm/ttm: wait for eviction in ttm_bo_force_list_clean

2016-06-22 Thread Alex Deucher
On Wed, Jun 22, 2016 at 8:16 AM, Christian König wrote: > From: Christian König > > Now that we can pipeline evictions we need to wait for > them to finish when we cleanup a memory domain. > > Signed-off-by: Christian König Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/ttm/ttm_bo.c |