From b3b6367cb8a4917fe3c8f625fb66bd90f46e53ec Mon Sep 17 00:00:00 2001 From: Amber Lin Date: Tue, 7 Mar 2017 07:25:49 -0500 Subject: [PATCH] Add gfx803 DID Add 0x67D0 to gfx803 support list. Change-Id: Ifdb1fad4a3c42bea54856f6d5248c00ed546ad85 --- src/topology.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/topology.c b/src/topology.c index acdee5d673..95860ae639 100644 --- a/src/topology.c +++ b/src/topology.c @@ -151,6 +151,7 @@ static struct hsa_gfxip_table { { 0x67CA, 8, 0, 3, 1, "Polaris10", CHIP_POLARIS10 }, { 0x67CC, 8, 0, 3, 1, "Polaris10", CHIP_POLARIS10 }, { 0x67CF, 8, 0, 3, 1, "Polaris10", CHIP_POLARIS10 }, + { 0x67D0, 8, 0, 3, 1, "Polaris10", CHIP_POLARIS10 }, { 0x67DF, 8, 0, 3, 1, "Polaris10", CHIP_POLARIS10 }, /* Polaris11 */ { 0x67E0, 8, 0, 3, 1, "Polaris11", CHIP_POLARIS11 },