summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/Makefile
diff options
context:
space:
mode:
authorGerd Hoffmann2014-10-28 12:48:00 +0100
committerGerd Hoffmann2015-10-16 10:44:02 +0200
commit62fb7a5e10962ac6ae2a2d2dbd3aedcb2a3e3257 (patch)
tree1998adc2960bd46f3a8ce8adb0be17ba13fca722 /drivers/gpu/drm/virtio/Makefile
parentvirtio-gpu: don't free things on ttm_bo_init failure (diff)
downloadkernel-qcow2-linux-62fb7a5e10962ac6ae2a2d2dbd3aedcb2a3e3257.tar.gz
kernel-qcow2-linux-62fb7a5e10962ac6ae2a2d2dbd3aedcb2a3e3257.tar.xz
kernel-qcow2-linux-62fb7a5e10962ac6ae2a2d2dbd3aedcb2a3e3257.zip
virtio-gpu: add 3d/virgl support
Add the bits needed for opengl rendering support: query capabilities, new virtio commands, drm ioctls. Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/virtio/Makefile')
-rw-r--r--drivers/gpu/drm/virtio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/virtio/Makefile b/drivers/gpu/drm/virtio/Makefile
index 2ee1602d77d4..da7bf192e462 100644
--- a/drivers/gpu/drm/virtio/Makefile
+++ b/drivers/gpu/drm/virtio/Makefile
@@ -6,6 +6,7 @@ ccflags-y := -Iinclude/drm
virtio-gpu-y := virtgpu_drv.o virtgpu_kms.o virtgpu_drm_bus.o virtgpu_gem.o \
virtgpu_fb.o virtgpu_display.o virtgpu_vq.o virtgpu_ttm.o \
- virtgpu_fence.o virtgpu_object.o virtgpu_debugfs.o virtgpu_plane.o
+ virtgpu_fence.o virtgpu_object.o virtgpu_debugfs.o virtgpu_plane.o \
+ virtgpu_ioctl.o
obj-$(CONFIG_DRM_VIRTIO_GPU) += virtio-gpu.o