Skip to content

Commit

Permalink
Update README with new platform support info (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmach authored Aug 8, 2024
1 parent 1ed3f87 commit 4d9f382
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
============

Expand Down
8 changes: 7 additions & 1 deletion Source/inc/common/sku_wa.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 4d9f382

Please sign in to comment.