summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vboxvideo/Kconfig
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2019-05-08 11:26:28 +0300
committerGerd Hoffmann <kraxel@redhat.com>2019-05-15 17:17:09 +0300
commit94065bf5543d704d6236595ef707c6d1d6110247 (patch)
treeaacad5b4ae8bdad3701c70160e9511a560668a89 /drivers/gpu/drm/vboxvideo/Kconfig
parent5e6b92552f05a200cf81db0b339ee1d393a50ae3 (diff)
downloadlinux-94065bf5543d704d6236595ef707c6d1d6110247.tar.xz
drm/vboxvideo: Convert vboxvideo driver to VRAM MM
The data structure |struct drm_vram_mm| and its helpers replace vboxvideo's TTM-based memory manager. It's the same implementation; except for the type names. v4: * don't select DRM_TTM or DRM_VRAM_MM_HELPER v3: * use drm_gem_vram_mm_funcs * convert driver to drm_device-based instance v2: * implement vbox_mmap() with drm_vram_mm_mmap() Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Link: http://patchwork.freedesktop.org/patch/msgid/20190508082630.15116-19-tzimmermann@suse.de Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/vboxvideo/Kconfig')
-rw-r--r--drivers/gpu/drm/vboxvideo/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vboxvideo/Kconfig b/drivers/gpu/drm/vboxvideo/Kconfig
index f8f689c55e94..fc16a5589379 100644
--- a/drivers/gpu/drm/vboxvideo/Kconfig
+++ b/drivers/gpu/drm/vboxvideo/Kconfig
@@ -2,7 +2,6 @@ config DRM_VBOXVIDEO
tristate "Virtual Box Graphics Card"
depends on DRM && X86 && PCI
select DRM_KMS_HELPER
- select DRM_TTM
select DRM_VRAM_HELPER
select GENERIC_ALLOCATOR
help