[Mesa-dev] [PATCH] virtio_gpu: Add virtio 1.0 PCI ID to driver map

Marc-André Lureau marcandre.lureau at redhat.com
Fri Feb 12 21:11:05 UTC 2016


From: Marc-André Lureau <marcandre.lureau at gmail.com>

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")

Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
---
 include/pci_ids/virtio_gpu_pci_ids.h | 1 +
 1 file changed, 1 insertion(+)

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)
-- 
2.5.0



More information about the mesa-dev mailing list