libhsakmt: Add device ID used in Simnow

Simnow simulator uses 0x7400 as gfx90a's device ID

Signed-off-by: Amber Lin <Amber.Lin@amd.com>
Change-Id: I0022509ef643760bc906e537b4fc64f1523fd8bf


[ROCm/ROCR-Runtime commit: 8c6dd3cbae]
This commit is contained in:
Amber Lin
2020-06-19 15:52:08 -04:00
zatwierdzone przez Kent Russell
rodzic 2efdaf30a2
commit 8d96c2c71f
@@ -228,6 +228,7 @@ static const struct hsa_gfxip_table gfxip_lookup_table[] = {
{ 0x52, 9, 0, 10, 1, "Aldebaran", CHIP_ALDEBARAN },
{ 0x60, 9, 0, 10, 1, "Aldebaran", CHIP_ALDEBARAN },
{ 0x62, 9, 0, 10, 1, "Aldebaran", CHIP_ALDEBARAN },
{ 0x7400, 9, 0, 10, 1, "Aldebaran", CHIP_ALDEBARAN },
/* Navi10 */
{ 0x7310, 10, 1, 0, 1, "Navi10", CHIP_NAVI10 },
{ 0x7312, 10, 1, 0, 1, "Navi10", CHIP_NAVI10 },