summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vboxvideo/Makefile
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2019-07-02 14:50:11 +0300
committerThomas Zimmermann <tzimmermann@suse.de>2019-07-03 10:32:27 +0300
commitbf2791eb5cf699a3eec0ca5bda2b17cec6a74bdb (patch)
treeba0af29ca06f4fb8a3840385c16e8bcc3d4ec715 /drivers/gpu/drm/vboxvideo/Makefile
parent80be7eed1d32fb1173837ccc8e163ac3db9f82fb (diff)
downloadlinux-bf2791eb5cf699a3eec0ca5bda2b17cec6a74bdb.tar.xz
drm/vbox: Remove empty PRIME functions
The vbox driver uses VRAM helpers for memory management. These helpers provide a basic implementation of PRIME functions, so the vbox driver's empty implmentation can be removed. As a side effect of this change, vbox can now use generic framebuffer emulation. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190702115012.4418-5-tzimmermann@suse.de
Diffstat (limited to 'drivers/gpu/drm/vboxvideo/Makefile')
-rw-r--r--drivers/gpu/drm/vboxvideo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vboxvideo/Makefile b/drivers/gpu/drm/vboxvideo/Makefile
index 1224f313af0c..55d798c76b21 100644
--- a/drivers/gpu/drm/vboxvideo/Makefile
+++ b/drivers/gpu/drm/vboxvideo/Makefile
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
vboxvideo-y := hgsmi_base.o modesetting.o vbva_base.o \
vbox_drv.o vbox_fb.o vbox_hgsmi.o vbox_irq.o vbox_main.o \
- vbox_mode.o vbox_prime.o vbox_ttm.o
+ vbox_mode.o vbox_ttm.o
obj-$(CONFIG_DRM_VBOXVIDEO) += vboxvideo.o