aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_page_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/ttm/ttm_page_alloc.c')
-rw-r--r--drivers/gpu/drm/ttm/ttm_page_alloc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_page_alloc.c b/drivers/gpu/drm/ttm/ttm_page_alloc.c
index 316f831ad5f0..6d48ccca0b38 100644
--- a/drivers/gpu/drm/ttm/ttm_page_alloc.c
+++ b/drivers/gpu/drm/ttm/ttm_page_alloc.c
@@ -1058,7 +1058,6 @@ void ttm_pool_unpopulate(struct ttm_tt *ttm)
1058} 1058}
1059EXPORT_SYMBOL(ttm_pool_unpopulate); 1059EXPORT_SYMBOL(ttm_pool_unpopulate);
1060 1060
1061#if defined(CONFIG_SWIOTLB) || defined(CONFIG_INTEL_IOMMU)
1062int ttm_populate_and_map_pages(struct device *dev, struct ttm_dma_tt *tt) 1061int ttm_populate_and_map_pages(struct device *dev, struct ttm_dma_tt *tt)
1063{ 1062{
1064 unsigned i, j; 1063 unsigned i, j;
@@ -1129,7 +1128,6 @@ void ttm_unmap_and_unpopulate_pages(struct device *dev, struct ttm_dma_tt *tt)
1129 ttm_pool_unpopulate(&tt->ttm); 1128 ttm_pool_unpopulate(&tt->ttm);
1130} 1129}
1131EXPORT_SYMBOL(ttm_unmap_and_unpopulate_pages); 1130EXPORT_SYMBOL(ttm_unmap_and_unpopulate_pages);
1132#endif
1133 1131
1134int ttm_page_alloc_debugfs(struct seq_file *m, void *data) 1132int ttm_page_alloc_debugfs(struct seq_file *m, void *data)
1135{ 1133{