summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2015-12-17 09:45:49 -0600
committerDave Airlie <airlied@redhat.com>2016-01-23 12:35:24 +1000
commit657dc4f533831f51e18892c2bba0bfccf9abcf98 (patch)
tree2a65b97e28462a1cc8dd34953f5f29df981ffff6 /include
parentb3340cd32acf5935891f19833de0cfc500a93e0b (diff)
virtio_gpu: Add PCI ID to driver map
Add the virtio-gpu PCI ID so the driver probing works. Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include')
-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
new file mode 100644
index 00000000000..2e6ecaf1987
--- /dev/null
+++ b/include/pci_ids/virtio_gpu_pci_ids.h
@@ -0,0 +1 @@
+CHIPSET(0x0010, VIRTGL, VIRTGL)