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>
This commit is contained in:
parent
9c5bb550a2
commit
0b73f98cbd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue