Add missing gfx900 device IDs

Change-Id: Ica5deb000279a508106125461af64a3851294b0a
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
This commit is contained in:
Felix Kuehling
2017-03-24 16:03:46 -04:00
parent 73eff30d7d
commit 53838c9818
+5
View File
@@ -165,6 +165,11 @@ static struct hsa_gfxip_table {
{ 0x67FF, 8, 0, 3, 1, "Polaris11", CHIP_POLARIS11 },
/* Vega10 */
{ 0x6860, 9, 0, 0, 1, "Vega10", CHIP_VEGA10 },
{ 0x6861, 9, 0, 0, 1, "Vega10", CHIP_VEGA10 },
{ 0x6862, 9, 0, 0, 1, "Vega10", CHIP_VEGA10 },
{ 0x6863, 9, 0, 0, 1, "Vega10", CHIP_VEGA10 },
{ 0x6867, 9, 0, 0, 1, "Vega10", CHIP_VEGA10 },
{ 0x686C, 9, 0, 0, 1, "Vega10", CHIP_VEGA10 },
{ 0x687F, 9, 0, 0, 1, "Vega10", CHIP_VEGA10 }
};