Update README with new platform support info (#208)

This commit is contained in:
John Machado 2024-08-08 11:10:59 +05:30 committed by GitHub
parent 1ed3f8745d
commit 4d9f382365
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -90,6 +90,8 @@ XE_HPG (DG2, ACM: Alchemist)
Xe_LPG (MTL: Meteor Lake, ARL: Arrow Lake)
Xe2_HPG (BMG: Battlemage, LNL: Lunar Lake)
Release Tags
============

View File

@ -563,7 +563,13 @@ typedef struct _WA_TABLE
Wa_14020040029,
"Misalignment on Depth buffer for Zplanes",
WA_BUG_TYPE_UNKNOWN,
WA_BUG_PERF_IMPACT_UNKNOWN, WA_COMPONENT_GMM)
WA_BUG_PERF_IMPACT_UNKNOWN, WA_COMPONENT_GMM)
WA_DECLARE(
Wa_EmuMufasaSupportOnBmg,
"WA for supporting failure seen in BMG with Mufasa",
WA_BUG_TYPE_FUNCTIONAL,
WA_BUG_PERF_IMPACT_UNKNOWN, WA_COMPONENT_UNKNOWN)
} WA_TABLE, *PWA_TABLE;