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
This commit is contained in:
Amber Lin
2020-06-19 15:52:08 -04:00
committed by Kent Russell
orang tua c861873dae
melakukan 8c6dd3cbae
+1
Melihat File
@@ -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 },