Add missing gfx803 ID

Change-Id: I9eca81f0f149ea924c3b81bd80680d7fd1ad7a6c
This commit is contained in:
Kent Russell
2019-05-13 09:03:06 -04:00
parent 78e4ef17c2
commit 54e042eee1
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -164,6 +164,7 @@ static struct hsa_gfxip_table {
{ 0x67CF, 8, 0, 3, 1, "Polaris10", CHIP_POLARIS10 },
{ 0x67D0, 8, 0, 3, 1, "Polaris10", CHIP_POLARIS10 },
{ 0x67DF, 8, 0, 3, 1, "Polaris10", CHIP_POLARIS10 },
{ 0x6FDF, 8, 0, 3, 1, "Polaris10", CHIP_POLARIS10 },
/* Polaris11 */
{ 0x67E0, 8, 0, 3, 1, "Polaris11", CHIP_POLARIS11 },
{ 0x67E1, 8, 0, 3, 1, "Polaris11", CHIP_POLARIS11 },
+1 -1
View File
@@ -112,7 +112,7 @@ deviceIdToGpuName() {
platformName="tg" ;;
7300 | 730f)
platformName="fj" ;;
67c0 | 67c1 | 67c2 | 67c4 | 67c7 | 67c8 | 67c9 | 67ca | 67cc | 67cf | 67d0 | 67df )
67c0 | 67c1 | 67c2 | 67c4 | 67c7 | 67c8 | 67c9 | 67ca | 67cc | 67cf | 67d0 | 67df | 6fdf )
platformName="pl10" ;;
67e0 | 67e1 | 67e3 | 67e7 | 67e8 | 67e9 | 67eb | 67ef | 67ff )
platformName="pl11" ;;