diff options
author | Christian König <christian.koenig@amd.com> | 2020-10-24 13:17:49 +0200 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2020-10-29 15:57:57 +0100 |
commit | 256dd44bd897055571c131703afdd02b2e4f1f29 (patch) | |
tree | 9444549929a9a19c85620cf191e7f369cbf2a2ee /drivers/gpu/drm/Kconfig | |
parent | fbf1c39cab37590e9b8c5a19d3b129e7fe86fee3 (diff) | |
download | linux-256dd44bd897055571c131703afdd02b2e4f1f29.tar.bz2 |
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/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 32257189e09b..64376dd298ed 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -182,13 +182,6 @@ config DRM_TTM GPU memory types. Will be enabled automatically if a device driver uses it. -config DRM_TTM_DMA_PAGE_POOL - bool - depends on DRM_TTM && (SWIOTLB || INTEL_IOMMU) - default y - help - Choose this if you need the TTM dma page pool - config DRM_VRAM_HELPER tristate depends on DRM |