summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/Makefile
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2020-10-24 13:17:49 +0200
committerChristian König <christian.koenig@amd.com>2020-10-29 15:57:57 +0100
commit256dd44bd897055571c131703afdd02b2e4f1f29 (patch)
tree9444549929a9a19c85620cf191e7f369cbf2a2ee /drivers/gpu/drm/ttm/Makefile
parentfbf1c39cab37590e9b8c5a19d3b129e7fe86fee3 (diff)
drm/ttm: nuke old page allocator
Not used any more. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Madhav Chauhan <madhav.chauhan@amd.com> Tested-by: Huang Rui <ray.huang@amd.com> Link: https://patchwork.freedesktop.org/patch/397087/?series=83051&rev=1
Diffstat (limited to 'drivers/gpu/drm/ttm/Makefile')
-rw-r--r--drivers/gpu/drm/ttm/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/ttm/Makefile b/drivers/gpu/drm/ttm/Makefile
index 0096bacbcf32..b6f5f87b270f 100644
--- a/drivers/gpu/drm/ttm/Makefile
+++ b/drivers/gpu/drm/ttm/Makefile
@@ -4,9 +4,8 @@
ttm-y := ttm_memory.o ttm_tt.o ttm_bo.o \
ttm_bo_util.o ttm_bo_vm.o ttm_module.o \
- ttm_execbuf_util.o ttm_page_alloc.o ttm_range_manager.o \
+ ttm_execbuf_util.o ttm_range_manager.o \
ttm_resource.o ttm_pool.o
ttm-$(CONFIG_AGP) += ttm_agp_backend.o
-ttm-$(CONFIG_DRM_TTM_DMA_PAGE_POOL) += ttm_page_alloc_dma.o
obj-$(CONFIG_DRM_TTM) += ttm.o