[PATCH] xfree86: Add qxl driver to autodetect logic.
Adam Jackson
ajax at redhat.com
Mon Feb 8 14:33:58 PST 2010
Signed-off-by: Adam Jackson <ajax at redhat.com>
---
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 1c4595e..384c7e5 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 0x1af4: driverList[0] = "qxl"; break;
case 0x1163: driverList[0] = "rendition"; break;
case 0x5333:
switch (dev->device_id)
--
1.6.5.2
More information about the xorg-devel
mailing list