From: Marc-André Lureau Date: Fri, 12 Feb 2016 21:11:05 +0000 (+0100) Subject: virtio_gpu: Add virtio 1.0 PCI ID to driver map X-Git-Tag: upstream/17.1.0~12258 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1d12e7392896f45a76df87b6ad0bf18647922df;p=platform%2Fupstream%2Fmesa.git 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" Signed-off-by: Marc-André Lureau Reviewed-by: Emil Velikov --- 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)