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 changed files with 4 additions and 0 deletions
+2
View 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: