libhsakmt: Add Missing gfx1030 DID

The purpose of this patch is to add a missing device ID for gfx1030.
The missing ID "0x73A1" is now added to the "topology.c" file.

Signed-off-by: Ori Messinger <Ori.Messinger@amd.com>
Change-Id: I05a8a55e2c46f941a039fa72a6a5e76bf2a52736


[ROCm/ROCR-Runtime commit: 46c94662b7]
This commit is contained in:
Ori Messinger
2021-01-29 07:03:21 -05:00
parent deb1bd7a90
commit 57cbb4a5f2
+1
Vedi File
@@ -240,6 +240,7 @@ static const struct hsa_gfxip_table gfxip_lookup_table[] = {
{ 0x7362, 10, 1, 1, "Navi12", CHIP_NAVI12 },
/* SIENNA_CICHLID */
{ 0x73A0, 10, 3, 0, "SIENNA_CICHLID", CHIP_SIENNA_CICHLID },
{ 0x73A1, 10, 3, 0, "SIENNA_CICHLID", CHIP_SIENNA_CICHLID },
{ 0x73A2, 10, 3, 0, "SIENNA_CICHLID", CHIP_SIENNA_CICHLID },
{ 0x73A3, 10, 3, 0, "SIENNA_CICHLID", CHIP_SIENNA_CICHLID },
{ 0x73AB, 10, 3, 0, "SIENNA_CICHLID", CHIP_SIENNA_CICHLID },