SWDEV-352127 - Handle Raphael arch in palsettings create()

assert statement were hit silently in Release builds like SWDEV-353548.
Issue only seen in Debug builds

Change-Id: I9f7177806c854d64fcf986e9f6092076d8a05f23
This commit is contained in:
Ajay
2022-08-30 20:16:00 +00:00
committed by Ajay GunaShekar
parent dd49cf0fa0
commit 040c416cb1
+1
View File
@@ -203,6 +203,7 @@ bool Settings::create(const Pal::DeviceProperties& palProp,
amd::Os::getAppPathAndFileName(appName, appPathAndName);
switch (palProp.revision) {
case Pal::AsicRevision::Raphael:
case Pal::AsicRevision::Rembrandt:
case Pal::AsicRevision::Navi24:
case Pal::AsicRevision::Navi23: