File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,8 @@ XE_HPG (DG2, ACM: Alchemist)
90
90
91
91
Xe_LPG (MTL: Meteor Lake, ARL: Arrow Lake)
92
92
93
+ Xe2_HPG (BMG: Battlemage, LNL: Lunar Lake)
94
+
93
95
Release Tags
94
96
============
95
97
Original file line number Diff line number Diff line change @@ -563,7 +563,13 @@ typedef struct _WA_TABLE
563
563
Wa_14020040029 ,
564
564
"Misalignment on Depth buffer for Zplanes" ,
565
565
WA_BUG_TYPE_UNKNOWN ,
566
- WA_BUG_PERF_IMPACT_UNKNOWN , WA_COMPONENT_GMM )
566
+ WA_BUG_PERF_IMPACT_UNKNOWN , WA_COMPONENT_GMM )
567
+
568
+ WA_DECLARE (
569
+ Wa_EmuMufasaSupportOnBmg ,
570
+ "WA for supporting failure seen in BMG with Mufasa" ,
571
+ WA_BUG_TYPE_FUNCTIONAL ,
572
+ WA_BUG_PERF_IMPACT_UNKNOWN , WA_COMPONENT_UNKNOWN )
567
573
568
574
} WA_TABLE , * PWA_TABLE ;
569
575
You can’t perform that action at this time.
0 commit comments