intel/pci_ids: Consistently use lowercase
authorLina Versace <linyaa@google.com>
Fri, 15 Sep 2023 23:55:39 +0000 (16:55 -0700)
committerMarge Bot <emma+marge@anholt.net>
Tue, 26 Sep 2023 15:47:25 +0000 (15:47 +0000)
commit15fcfbe0464f86a275409b61c310e1f8bd668227
treee98ffeca161edfc4ef3a51af40569503e27e0dc8
parent2a90ee16935cf3c681cb4f993a9b7b1249a0750f
intel/pci_ids: Consistently use lowercase

The pci ids used a mixture of uppercase and lowercase, even in the same
file. The inconsistency introduces unnecessary complexity in regular
expressions.

Diff made in vim with `%s/\v(CHIPSET\()([^,]+)/\1\L\2\E/`.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>`
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25257>
include/pci_ids/crocus_pci_ids.h
include/pci_ids/i915_pci_ids.h
include/pci_ids/iris_pci_ids.h