From a9bd0668d50e17fbe61542a9c6ad723d7fd55ed7 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Tue, 17 Dec 2019 00:51:20 -0800 Subject: intel: Use similar brand strings to the Windows drivers This updates our product name strings to match the ones reported by the Windows driver, which is typically the marketing name. We retain a platform abbreviation and GT level in parenthesis so that we're able to distinguish similar parts more easily, helping us better understand at a glance which GPU a bug reporter has. Acked-by: Matt Turner Acked-by: Caio Marcelo de Oliveira Filho Reviewed-by: Jordan Justen Tested-by: Marge Bot Part-of: --- src/loader/pci_id_driver_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/loader') diff --git a/src/loader/pci_id_driver_map.h b/src/loader/pci_id_driver_map.h index f5fc349c1cc..9b4618e1601 100644 --- a/src/loader/pci_id_driver_map.h +++ b/src/loader/pci_id_driver_map.h @@ -15,7 +15,7 @@ static const int i915_chip_ids[] = { }; static const int i965_chip_ids[] = { -#define CHIPSET(chip, family, name) chip, +#define CHIPSET(chip, family, family_str, name) chip, #include "pci_ids/i965_pci_ids.h" #undef CHIPSET }; -- cgit v1.2.3