aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2017-01-12 11:50:13 +0100
committerAlex Deucher <alexander.deucher@amd.com>2017-01-27 12:20:34 -0500
commit260498f2cdfcf3a3a266b212a86c9059623ffa32 (patch)
treea13c67632d9acef4e4c7a7d9bab4b87c4751f01b /drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c
parentdrm/amdgpu: double the priority of kernel allocations (diff)
downloadlinux-dev-260498f2cdfcf3a3a266b212a86c9059623ffa32.tar.xz
linux-dev-260498f2cdfcf3a3a266b212a86c9059623ffa32.zip
drm/ttm: revert "implement LRU add callbacks v2"
The additional housekeeping had too much CPU overhead, let's use the BO priorities instead. agd: also revert hibmc changes Reviewed-by: Sinclair Yeh <syeh@vmware.com> Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-and-Tested-by: Roger.He <Hongbo.He@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c')
-rw-r--r--drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c b/drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c
index caa279b6b56f..1de96693f2a7 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c
@@ -859,6 +859,4 @@ struct ttm_bo_driver vmw_bo_driver = {
.fault_reserve_notify = &vmw_ttm_fault_reserve_notify,
.io_mem_reserve = &vmw_ttm_io_mem_reserve,
.io_mem_free = &vmw_ttm_io_mem_free,
- .lru_tail = &ttm_bo_default_lru_tail,
- .swap_lru_tail = &ttm_bo_default_swap_lru_tail,
};