Skip to content

Commit

Permalink
drm/cirrus: bind also to qemu-xen-traditional
Browse files Browse the repository at this point in the history
qemu as used by xend/xm toolstack uses a different subvendor id.
Bind the drm driver also to this emulated card.

Signed-off-by: Olaf Hering <[email protected]>
cc: [email protected]
Signed-off-by: Dave Airlie <[email protected]>
  • Loading branch information
olafhering authored and airlied committed Oct 23, 2014
1 parent c572aaf commit c0c3e73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/cirrus/cirrus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ static struct drm_driver driver;
static const struct pci_device_id pciidlist[] = {
{ PCI_VENDOR_ID_CIRRUS, PCI_DEVICE_ID_CIRRUS_5446, 0x1af4, 0x1100, 0,
0, 0 },
{ PCI_VENDOR_ID_CIRRUS, PCI_DEVICE_ID_CIRRUS_5446, PCI_VENDOR_ID_XEN,
0x0001, 0, 0, 0 },
{0,}
};

Expand Down

0 comments on commit c0c3e73

Please sign in to comment.