summaryrefslogtreecommitdiffstats
path: root/include/pci_ids/virtio_gpu_pci_ids.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2016-02-12 22:11:05 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-02-29 11:31:36 +0000
commitf1d12e7392896f45a76df87b6ad0bf18647922df (patch)
treec2427f62150c89406e0fc8931372005f67dacdbf /include/pci_ids/virtio_gpu_pci_ids.h
parent04bc09fdf9e353fbb1303635236da551785373c9 (diff)
downloadexternal_mesa3d-f1d12e7392896f45a76df87b6ad0bf18647922df.zip
external_mesa3d-f1d12e7392896f45a76df87b6ad0bf18647922df.tar.gz
external_mesa3d-f1d12e7392896f45a76df87b6ad0bf18647922df.tar.bz2
virtio_gpu: Add virtio 1.0 PCI ID to driver map
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>
Diffstat (limited to 'include/pci_ids/virtio_gpu_pci_ids.h')
-rw-r--r--include/pci_ids/virtio_gpu_pci_ids.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pci_ids/virtio_gpu_pci_ids.h b/include/pci_ids/virtio_gpu_pci_ids.h
index 2e6ecaf..9232cd2 100644
--- a/include/pci_ids/virtio_gpu_pci_ids.h
+++ b/include/pci_ids/virtio_gpu_pci_ids.h
@@ -1 +1,2 @@
CHIPSET(0x0010, VIRTGL, VIRTGL)
+CHIPSET(0x1050, VIRTGL, VIRTGL)