virtio_gpu: Add virtio 1.0 PCI ID to driver map
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Fri, 12 Feb 2016 21:11:05 +0000 (22:11 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 29 Feb 2016 11:31:36 +0000 (11:31 +0000)
Add the virtio-gpu PCI ID for virtio 1.0 (according to the
specification, "the PCI Device ID is calculated by adding 0x1040 to the
Virtio Device ID")

Support for virtio 1.0 was added in qemu 2.4 (same time virtio-gpu
landed).

Cc: "11.1 11.2" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
include/pci_ids/virtio_gpu_pci_ids.h

index 2e6ecaf..9232cd2 100644 (file)
@@ -1 +1,2 @@
 CHIPSET(0x0010, VIRTGL, VIRTGL)
+CHIPSET(0x1050, VIRTGL, VIRTGL)