loader: add special logic to distinguish nouveau from nouveau_vieux
authorIlia Mirkin <imirkin@alum.mit.edu>
Mon, 17 Mar 2014 18:42:12 +0000 (14:42 -0400)
committerIlia Mirkin <imirkin@alum.mit.edu>
Wed, 19 Mar 2014 22:17:40 +0000 (18:17 -0400)
commit51989817e6767d8ef469708c69d7ce38b87e9b6e
tree921fa2c336e3976b3336615f1981303921debc5b
parentc049dd4396d1639859810d6124faa863dae61d1b
loader: add special logic to distinguish nouveau from nouveau_vieux

There are a lot of different pci ids supported by nouveau, and more are
added all the time. The relevant distinguisher between drivers is the
chipset id.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Cc: "10.1" <mesa-stable@lists.freedesktop.org>
include/pci_ids/pci_id_driver_map.h [deleted file]
src/glx/dri2_glx.c
src/loader/Makefile.sources
src/loader/loader.c
src/loader/pci_id_driver_map.c [new file with mode: 0644]
src/loader/pci_id_driver_map.h [new file with mode: 0644]