diff options
author | Soeren Sandmann <sandmann@daimi.au.dk> | 2010-02-12 20:04:53 +0100 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-02-12 14:48:11 -0800 |
commit | 0b73f98cbd1803b82c2faf1a40f1a0037673d712 (patch) | |
tree | e8199b2e5e818b6ad6b66043b882257b579cace9 /hw | |
parent | 9c5bb550a2234e4bee2a144417d74c6bdf160e89 (diff) |
xfree86: Add qxl driver to the autoconfig logic
The qxl driver is for the QXL virtualized graphics device.
Signed-off-by: Søren Sandmann Pedersen <ssp@redhat.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xfree86/common/xf86AutoConfig.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/common/xf86AutoConfig.c b/hw/xfree86/common/xf86AutoConfig.c index 1c4595e36..7f4ada88b 100644 --- a/hw/xfree86/common/xf86AutoConfig.c +++ b/hw/xfree86/common/xf86AutoConfig.c @@ -194,6 +194,7 @@ videoPtrToDriverList(struct pci_device *dev, case 0x10c8: driverList[0] = "neomagic"; break; case 0x10de: case 0x12d2: driverList[0] = "nv"; break; case 0x1106: driverList[0] = "openchrome"; break; + case 0x1b36: driverList[0] = "qxl"; break; case 0x1163: driverList[0] = "rendition"; break; case 0x5333: switch (dev->device_id) |