From 0b73f98cbd1803b82c2faf1a40f1a0037673d712 Mon Sep 17 00:00:00 2001 From: Soeren Sandmann Date: Fri, 12 Feb 2010 20:04:53 +0100 Subject: [PATCH] xfree86: Add qxl driver to the autoconfig logic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The qxl driver is for the QXL virtualized graphics device. Signed-off-by: Søren Sandmann Pedersen Reviewed-by: Adam Jackson Signed-off-by: Keith Packard --- hw/xfree86/common/xf86AutoConfig.c | 1 + 1 file changed, 1 insertion(+) 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)