2
0

SWDEV-403758 - support new ASIC Revisions for Hawk Point1 and Hawk Point2

Change-Id: Ib8383b16e85abaa0bbf481c1aac71a11cd5b9218
Este cometimento está contido em:
Todd tiantuo Li
2023-08-11 04:35:41 -07:00
ascendente 62464ca4c3
cometimento b4933f1d00
2 ficheiros modificados com 4 adições e 0 eliminações
+2
Ver ficheiro
@@ -109,6 +109,8 @@ static constexpr PalDevice supportedPalDevices[] = {
{11, 0, 2, Pal::GfxIpLevel::GfxIp11_0, "gfx1102", Pal::AsicRevision::Navi33},
{11, 0, 3, Pal::GfxIpLevel::GfxIp11_0, "gfx1103", Pal::AsicRevision::Phoenix1},
{11, 0, 3, Pal::GfxIpLevel::GfxIp11_0, "gfx1103", Pal::AsicRevision::Phoenix2},
{11, 0, 3, Pal::GfxIpLevel::GfxIp11_0, "gfx1103", Pal::AsicRevision::HawkPoint1},
{11, 0, 3, Pal::GfxIpLevel::GfxIp11_0, "gfx1103", Pal::AsicRevision::HawkPoint2},
};
static std::tuple<const amd::Isa*, const char*> findIsa(Pal::AsicRevision asicRevision,