xserver/hw/xfree86/drivers/modesetting
Aaron Plattner 1754973206 modesetting: match PCI class 3, any subclass
If a device is not primary, the PCI device match fails because the
xf86-video-modesetting driver looks specifically for a PCI class match of
0x30000 with a mask of 0xffffff.  This fails to match, for example, a
non-primary Intel VGA device, because it is reported as having a class of
0x38000.

Fix that by ignoring the low 16 bits of the class in the pci_id_match table.

Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Reviewed on IRC by Adam Jackson <ajax@redhat.com>
2013-03-21 11:10:35 -07:00
..
COPYING Fill the COPYING file with license text 2012-02-21 16:14:31 +00:00
Makefile.am modesetting: fix make distcheck 2012-05-23 11:31:39 +01:00
compat-api.h modesetting: bump to latest X server compat api. 2012-06-01 12:34:42 +01:00
driver.c modesetting: match PCI class 3, any subclass 2013-03-21 11:10:35 -07:00
driver.h modesetting: move shadow stuff to other structure 2012-02-20 11:00:56 +00:00
drmmode_display.c Add missing GTF modes 2013-02-25 12:12:53 +00:00
drmmode_display.h modesetting: add virtual connector support 2012-09-14 10:40:44 +10:00
modesetting.man add initial man page 2011-09-29 16:00:50 +01:00