loader: default to iris for all future PCI IDs
authorEric Engestrom <eric.engestrom@intel.com>
Sat, 5 Oct 2019 21:30:51 +0000 (22:30 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Mon, 28 Oct 2019 23:21:39 +0000 (23:21 +0000)
commitcd04b63c0007e5fc7a9a1deb2de58091942cb2fc
tree4e20acc39330ec826e32e0bdde270f6b8593a55f
parentea8116908ce7ecb610f68d1333352258c2bfc00a
loader: default to iris for all future PCI IDs

The existing "fallback" code didn't actually do anything, so this
removes it, and instead we just always fallback to `iris` for future
PCI IDs.

Suggested-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
include/pci_ids/i965_pci_ids.h
include/pci_ids/iris_pci_ids.h [new file with mode: 0644]
src/gallium/drivers/iris/iris_screen.c
src/intel/dev/gen_device_info.c
src/intel/dev/gen_device_info_test.c
src/loader/pci_id_driver_map.h