panfrost: Strip % in GenXML names

A new Valhall enum will represent percentages, so allow that.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14935>
This commit is contained in:
Alyssa Rosenzweig 2022-02-02 18:21:19 -05:00 committed by Marge Bot
parent e514f4c0b1
commit 62173fa532

View file

@ -236,6 +236,7 @@ def to_alphanum(name):
'>': '',
'#': '',
'&': '',
'%': '',
'*': '',
'"': '',
'+': '',