drm/ttm: add the infrastructure for pipelined evictions
authorChristian König <christian.koenig@amd.com>
Wed, 15 Jun 2016 11:44:03 +0000 (13:44 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Jul 2016 18:54:41 +0000 (14:54 -0400)
commit3ddf4ad9179779693a7656e67872fc37cc49e92b
tree806b34a24459764c6625a704ea3a73b70f72e6a3
parentf849c6d6527a4108b1d7813e1a0eac9f1568cc4b
drm/ttm: add the infrastructure for pipelined evictions

Free up the memory immediately, remember the last eviction for each domain and
make new allocations depend on the last eviction to be completed.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
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
drivers/gpu/drm/ttm/ttm_bo_util.c
include/drm/ttm/ttm_bo_driver.h
This page took 0.025641 seconds and 5 git commands to generate.