summaryrefslogtreecommitdiff
path: root/src/intel/dev/intel_device_info_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel/dev/intel_device_info_test.c')
-rw-r--r--src/intel/dev/intel_device_info_test.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/intel/dev/intel_device_info_test.c b/src/intel/dev/intel_device_info_test.c
index 14a56558549..236310d316b 100644
--- a/src/intel/dev/intel_device_info_test.c
+++ b/src/intel/dev/intel_device_info_test.c
@@ -14,8 +14,13 @@ main(int argc, char *argv[])
} chipsets[] = {
#undef CHIPSET
#define CHIPSET(id, family, family_str, str_name) { .pci_id = id, .name = str_name, },
+#include "pci_ids/crocus_pci_ids.h"
#include "pci_ids/i965_pci_ids.h"
#include "pci_ids/iris_pci_ids.h"
+#undef CHIPSET
+#define CHIPSET(id, fam_str, str_name) { .pci_id = id, .name = str_name, },
+#include "pci_ids/i915_pci_ids.h"
+#undef CHIPSET
};
for (uint32_t i = 0; i < ARRAY_SIZE(chipsets); i++) {