Add missing gfx900 device IDs

Change-Id: Ica5deb000279a508106125461af64a3851294b0a
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>


[ROCm/ROCR-Runtime commit: 53838c9818]
Tento commit je obsažen v:
Felix Kuehling
2017-03-24 16:03:46 -04:00
rodič 65f40a36cf
revize 071c31f516
+5
Zobrazit soubor
@@ -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 }
};