loader: default to iris for all future PCI IDs
[mesa.git] / src / intel / dev / gen_device_info_test.c
index 495772f18488ed339b43d78e1fb3f62875160c9f..bb50fc67b0fdcd8ecab660631957c7091dd98db1 100644 (file)
@@ -15,6 +15,7 @@ main(int argc, char *argv[])
 #undef CHIPSET
 #define CHIPSET(id, family, str_name) { .pci_id = id, .name = str_name, },
 #include "pci_ids/i965_pci_ids.h"
+#include "pci_ids/iris_pci_ids.h"
    };
 
    for (uint32_t i = 0; i < ARRAY_SIZE(chipsets); i++) {