libhsakmt: Add gfx1032 DID

0x73E3 DID was missing, add it.

Signed-off-by: Kent Russell <kent.russell@amd.com>
Change-Id: Id1ae2f268e0e8b5cfec5ae2065153fe73854b93a


[ROCm/ROCR-Runtime commit: ed62c7aa1c]
This commit is contained in:
Kent Russell
2021-07-21 11:30:41 -04:00
parent 6a15d17257
commit 8d90ef172c
+1
View File
@@ -260,6 +260,7 @@ static const struct hsa_gfxip_table gfxip_lookup_table[] = {
{ 0x73E0, 10, 3, 2, "DIMGREY_CAVEFISH", CHIP_DIMGREY_CAVEFISH },
{ 0x73E1, 10, 3, 2, "DIMGREY_CAVEFISH", CHIP_DIMGREY_CAVEFISH },
{ 0x73E2, 10, 3, 2, "DIMGREY_CAVEFISH", CHIP_DIMGREY_CAVEFISH },
{ 0x73E3, 10, 3, 2, "DIMGREY_CAVEFISH", CHIP_DIMGREY_CAVEFISH },
{ 0x73FF, 10, 3, 2, "DIMGREY_CAVEFISH", CHIP_DIMGREY_CAVEFISH },
/* VanGogh */
{ 0x163F, 10, 3, 3, "VanGogh", CHIP_VANGOGH },