amd/common/gfx10: add register JSON

A small number of fields now need new disambiguation.

Acked-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
Nicolai Hähnle
2019-05-07 02:37:19 +02:00
committed by Marek Olšák
parent 536782b0b7
commit 74a26af913
11 changed files with 22383 additions and 29 deletions

View File

@@ -49,6 +49,7 @@ CHIPS = [
Object(name='fiji', disambiguation='GFX8'),
Object(name='stoney', disambiguation='GFX8'),
Object(name='gfx9', disambiguation='GFX9'),
Object(name='gfx10', disambiguation='GFX10'),
]
######### END HARDCODED CONFIGURATION