diff options
Diffstat (limited to 'drivers/gpu/drm/ttm/ttm_page_alloc.c')
-rw-r--r-- | drivers/gpu/drm/ttm/ttm_page_alloc.c | 2 |
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 | } |
1059 | EXPORT_SYMBOL(ttm_pool_unpopulate); | 1059 | EXPORT_SYMBOL(ttm_pool_unpopulate); |
1060 | 1060 | ||
1061 | #if defined(CONFIG_SWIOTLB) || defined(CONFIG_INTEL_IOMMU) | ||
1062 | int ttm_populate_and_map_pages(struct device *dev, struct ttm_dma_tt *tt) | 1061 | int 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 | } |
1131 | EXPORT_SYMBOL(ttm_unmap_and_unpopulate_pages); | 1130 | EXPORT_SYMBOL(ttm_unmap_and_unpopulate_pages); |
1132 | #endif | ||
1133 | 1131 | ||
1134 | int ttm_page_alloc_debugfs(struct seq_file *m, void *data) | 1132 | int ttm_page_alloc_debugfs(struct seq_file *m, void *data) |
1135 | { | 1133 | { |