freedreno/registers: add some missing regs to build

Needed for installed version of crashdec/cffdump.

Fixes: 9c33c53898 ("freedreno/registers: install gzip'd register database")
Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6234>
This commit is contained in:
Rob Clark 2020-08-07 16:04:22 -07:00 committed by Marge Bot
parent 1e28745bc0
commit 3b6e8670f8
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ xml_files = [
'a4xx.xml',
'a5xx.xml',
'a6xx.xml',
'a6xx_gmu.xml',
'ocmem.xml',
'adreno_control_regs.xml',
'adreno_pipe_regs.xml',
'adreno_common.xml',
'adreno_pm4.xml',
]