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

Change-Id: Ib8383b16e85abaa0bbf481c1aac71a11cd5b9218
This commit is contained in:
Todd tiantuo Li
2023-08-11 04:35:41 -07:00
parent 62464ca4c3
commit b4933f1d00
2 ha cambiato i file con 4 aggiunte e 0 eliminazioni
+2
Vedi File
@@ -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,
+2
Vedi File
@@ -205,6 +205,8 @@ bool Settings::create(const Pal::DeviceProperties& palProp,
// Fall through for Navi2x ...
case Pal::AsicRevision::Phoenix1:
case Pal::AsicRevision::Phoenix2:
case Pal::AsicRevision::HawkPoint1:
case Pal::AsicRevision::HawkPoint2:
case Pal::AsicRevision::Raphael:
case Pal::AsicRevision::Rembrandt:
case Pal::AsicRevision::Navi24: