X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=include%2Fpci_ids%2Fpci_id_driver_map.h;h=54b56d5f991d28fe0edfe3ffa57312aa687b3d67;hb=e4344161;hp=9112efd378b3e7b33be5a5913b1bdb355a7975f4;hpb=117042b46fc174107a6e28babb9353f9f1e5b981;p=mesa.git diff --git a/include/pci_ids/pci_id_driver_map.h b/include/pci_ids/pci_id_driver_map.h index 9112efd378b..54b56d5f991 100644 --- a/include/pci_ids/pci_id_driver_map.h +++ b/include/pci_ids/pci_id_driver_map.h @@ -7,14 +7,6 @@ #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) #endif -#if !defined(DRIVER_MAP_DRI2_ONLY) && !defined(DRIVER_MAP_GALLIUM_ONLY) -static const int i810_chip_ids[] = { -#define CHIPSET(chip, desc, misc) chip, -#include "pci_ids/i810_pci_ids.h" -#undef CHIPSET -}; -#endif - static const int i915_chip_ids[] = { #define CHIPSET(chip, desc, misc) chip, #include "pci_ids/i915_pci_ids.h" @@ -59,9 +51,6 @@ static const struct { const int *chip_ids; int num_chips_ids; } driver_map[] = { -#if !defined(DRIVER_MAP_DRI2_ONLY) && !defined(DRIVER_MAP_GALLIUM_ONLY) - { 0x8086, "i810", i810_chip_ids, ARRAY_SIZE(i810_chip_ids) }, -#endif { 0x8086, "i915", i915_chip_ids, ARRAY_SIZE(i915_chip_ids) }, { 0x8086, "i965", i965_chip_ids, ARRAY_SIZE(i965_chip_ids) }, #ifndef DRIVER_MAP_GALLIUM_ONLY