intel/genxml: Handle field names with different spacing/hyphen
authorJordan Justen <jordan.l.justen@intel.com>
Thu, 17 Aug 2017 01:19:39 +0000 (18:19 -0700)
committerJordan Justen <jordan.l.justen@intel.com>
Wed, 28 Aug 2019 20:38:28 +0000 (13:38 -0700)
commitacce7d346027ae61f74eb3fa56679636eed5cb08
tree95f90b90d7d034d0dd68e4da43146b9dacf590ec
parent973b49386caff501b76089de7a20d4d0ff7a32ba
intel/genxml: Handle field names with different spacing/hyphen

If a field name differs slightly between two generations then this
change will still add the fields into the same group.

For example, these will be treated as equal:
* "Software Exception" and "Software  Exception"
* "Per Thread" and "Per-Thread"

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/genxml/gen_bits_header.py