diff options
author | Rob Herring <[email protected]> | 2015-12-17 09:45:49 -0600 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2016-01-23 12:35:24 +1000 |
commit | 657dc4f533831f51e18892c2bba0bfccf9abcf98 (patch) | |
tree | 2a65b97e28462a1cc8dd34953f5f29df981ffff6 /include/pci_ids | |
parent | b3340cd32acf5935891f19833de0cfc500a93e0b (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 <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'include/pci_ids')
-rw-r--r-- | include/pci_ids/virtio_gpu_pci_ids.h | 1 |
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) |