[PATCH] xfree86: Add qxl driver to autodetect logic.

Soeren Sandmann sandmann at daimi.au.dk
Tue Feb 9 08:12:00 PST 2010


Adam Jackson <ajax at redhat.com> writes:

> 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)

This should be 0x1b36 (Red Hat).

0x1af4 is Qumranet. We could have both point to qxl of course, but
even if there are Qumranet devices out there, the current qxl driver
won't drive them.


Soren


More information about the xorg-devel mailing list