SWDEV-441487 - add gfx1150/1 support to amd-staging clr (#182)
Co-authored-by: Jimbo Xie <jiabaxie@amd.com>
[ROCm/clr commit: 9a8c9e70b2]
Este commit está contenido en:
cometido por
GitHub
padre
34d3f7022b
commit
c7737558a4
@@ -100,6 +100,8 @@ static constexpr PalDevice supportedPalDevices[] = {
|
||||
{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},
|
||||
{11, 5, 0, Pal::GfxIpLevel::GfxIp11_5, "gfx1150", Pal::AsicRevision::Strix1},
|
||||
{11, 5, 1, Pal::GfxIpLevel::GfxIp11_5, "gfx1151", Pal::AsicRevision::StrixHalo},
|
||||
};
|
||||
|
||||
static std::tuple<const amd::Isa*, const char*> findIsa(Pal::AsicRevision asicRevision,
|
||||
|
||||
@@ -167,6 +167,8 @@ bool Settings::create(const Pal::DeviceProperties& palProp,
|
||||
case Pal::AsicRevision::Navi31:
|
||||
gwsInitSupported_ = false;
|
||||
// Fall through for Navi2x ...
|
||||
case Pal::AsicRevision::StrixHalo:
|
||||
case Pal::AsicRevision::Strix1:
|
||||
case Pal::AsicRevision::Phoenix1:
|
||||
case Pal::AsicRevision::Phoenix2:
|
||||
case Pal::AsicRevision::HawkPoint1:
|
||||
|
||||
Referencia en una nueva incidencia
Block a user