commit | 62fb7a5e10962ac6ae2a2d2dbd3aedcb2a3e3257 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Tue Oct 28 12:48:00 2014 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Fri Oct 16 10:44:02 2015 +0200 |
tree | 1998adc2960bd46f3a8ce8adb0be17ba13fca722 | |
parent | 7552ed8a1a810552e16664d7020d61d2b01b9199 [diff] [blame] |
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>
diff --git a/include/uapi/drm/Kbuild b/include/uapi/drm/Kbuild index 2d9a25d..38d4370 100644 --- a/include/uapi/drm/Kbuild +++ b/include/uapi/drm/Kbuild
@@ -17,3 +17,4 @@ header-y += via_drm.h header-y += vmwgfx_drm.h header-y += msm_drm.h +header-y += virtgpu_drm.h