OSDN Git Service

drm/ttm: wait for eviction in ttm_bo_force_list_clean
authorChristian König <christian.koenig@amd.com>
Wed, 22 Jun 2016 12:16:28 +0000 (14:16 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Jul 2016 19:02:00 +0000 (15:02 -0400)
commitaff98ba1fdb8150a1a7afe61503772f61b9a2132
treec9909aeafa98c046ec60c909a1a9bbac6fd702a7
parent9a79588c42bf89cff48fdc6db4aab4aeb9d862b6
drm/ttm: wait for eviction in ttm_bo_force_list_clean

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 <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/ttm/ttm_bo.c