]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drm/cirrus: bind also to qemu-xen-traditional
authorOlaf Hering <olaf@aepfle.de>
Fri, 11 Apr 2014 06:56:23 +0000 (08:56 +0200)
committerJiri Slaby <jslaby@suse.cz>
Thu, 13 Nov 2014 18:02:20 +0000 (19:02 +0100)
commit c0c3e735fa7bae29c6623511127fd021b2d6d849 upstream.

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 <olaf@aepfle.de>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/gpu/drm/cirrus/cirrus_drv.c

index bfcfd0c202ad939f78f9b34e47782835385e9666..73fed3518581656e739da9ecc071d8e41223ee88 100644 (file)
@@ -32,6 +32,8 @@ static struct drm_driver driver;
 static DEFINE_PCI_DEVICE_TABLE(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,}
 };