Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/virtio: add define for second capset to the virgl code.

Although the kernel doesn't use this, qemu imports these headers
and it's best to keep them consistent.

This define is also something userspace may want to use.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20180503021021.10694-1-airlied@gmail.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>

authored by

Dave Airlie and committed by
Gerd Hoffmann
110ab11d c9ac371d

+1
+1
include/uapi/linux/virtio_gpu.h
··· 260 260 }; 261 261 262 262 #define VIRTIO_GPU_CAPSET_VIRGL 1 263 + #define VIRTIO_GPU_CAPSET_VIRGL2 2 263 264 264 265 /* VIRTIO_GPU_CMD_GET_CAPSET_INFO */ 265 266 struct virtio_gpu_get_capset_info {