summaryrefslogtreecommitdiff
path: root/src/loader
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2019-12-17 00:51:20 -0800
committerKenneth Graunke <kenneth@whitecape.org>2020-01-13 19:42:35 -0800
commita9bd0668d50e17fbe61542a9c6ad723d7fd55ed7 (patch)
tree14f7738b8b526412055cb5f19ec1d2205ac9be26 /src/loader
parentf63d6260d1b570e936c7da587b0028f10368116b (diff)
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 <mattst88@gmail.com> Acked-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3371> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3371>
Diffstat (limited to 'src/loader')
-rw-r--r--src/loader/pci_id_driver_map.h2
1 files changed, 1 insertions, 1 deletions
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
};