From 97ae33f9de9b3ecca7398291f1a7ca276fd9f7c8 Mon Sep 17 00:00:00 2001 From: Oak Zeng Date: Thu, 9 Jul 2020 11:38:57 -0500 Subject: [PATCH] Add gfx90a Gopher LSE DID (0x54) Change-Id: Ic0a1e3d01373e0d6ba58e42188dced394423de82 Signed-off-by: Oak Zeng --- src/topology.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/topology.c b/src/topology.c index dc3c812378..eb212f6c5c 100644 --- a/src/topology.c +++ b/src/topology.c @@ -226,6 +226,7 @@ static const struct hsa_gfxip_table gfxip_lookup_table[] = { { 0x50, 9, 0, 10, 1, "Aldebaran", CHIP_ALDEBARAN }, { 0x51, 9, 0, 10, 1, "Aldebaran", CHIP_ALDEBARAN }, { 0x52, 9, 0, 10, 1, "Aldebaran", CHIP_ALDEBARAN }, + { 0x54, 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 },