Skip to content

Commit 73f4a39

Browse files
builderigcbot
authored andcommitted
Refresh workaround files
Refreshes workaround-related files.
1 parent 44ef7dc commit 73f4a39

5 files changed

Lines changed: 0 additions & 55 deletions

File tree

inc/common/sku_wa_defs.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,6 @@ SPDX-License-Identifier: MIT
117117
WA_BUG_TYPE_UNKNOWN,
118118
WA_BUG_PERF_IMPACT_UNKNOWN, WA_COMPONENT_UNKNOWN)
119119

120-
WA_DECLARE(
121-
WaEnablePooledEuFor2x6,
122-
"Workaround",
123-
WA_BUG_TYPE_FUNCTIONAL,
124-
WA_BUG_PERF_IMPACT_UNKNOWN, WA_COMPONENT_UNKNOWN)
125-
126120
WA_DECLARE(
127121
WaFloatMixedModeSelNotAllowedWithPackedDestination,
128122
"Workaround",
@@ -177,12 +171,6 @@ SPDX-License-Identifier: MIT
177171
WA_BUG_TYPE_FAIL,
178172
WA_BUG_PERF_IMPACT_UNKNOWN, WA_COMPONENT_UNKNOWN)
179173

180-
WA_DECLARE(
181-
WaOCLEnableFMaxFMinPlusZero,
182-
"Workaround",
183-
WA_BUG_TYPE_UNKNOWN,
184-
WA_BUG_PERF_IMPACT_UNKNOWN, WA_COMPONENT_UNKNOWN)
185-
186174
WA_DECLARE(
187175
WaPruneModeWithIncorrectHsyncOffset,
188176
"Workaround",

skuwa/ibdw_wa.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,6 @@ void InitBdwWaTable(PWA_TABLE pWaTable, PSKU_FEATURE_TABLE pSkuTable, PWA_INIT_P
109109
SIWA_FOREVER);
110110

111111

112-
WA_ENABLE(
113-
ulStepId_BDW,
114-
WaOCLEnableFMaxFMinPlusZero,
115-
"No HWBugLink provided",
116-
"No HWSightingLink provided",
117-
PLATFORM_ALL,
118-
SIWA_UNTIL_BDW_A1);
119-
120-
121112
WA_ENABLE(
122113
ulStepId_BDW,
123114
WaDisableIndirectDataForIndirectDispatch,

skuwa/ibxt_wa.c

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@ void InitBxtWaTable(PWA_TABLE pWaTable, PSKU_FEATURE_TABLE pSkuTable, PWA_INIT_P
1919
(void)StepId_BXT;
2020

2121

22-
SI_WA_ENABLE(
23-
24-
WaOCLEnableFMaxFMinPlusZero,
25-
"No Link Provided",
26-
"No HWSightingLink provided",
27-
PLATFORM_ALL,
28-
SI_WA_UNTIL(StepId_BXT, BXT_REV_ID_A0));
29-
30-
3122
SI_WA_ENABLE(
3223

3324
WaSamplerResponseLengthMustBeGreaterThan1,
@@ -37,14 +28,6 @@ void InitBxtWaTable(PWA_TABLE pWaTable, PSKU_FEATURE_TABLE pSkuTable, PWA_INIT_P
3728
SI_WA_UNTIL(StepId_BXT, BXT_REV_ID_A0));
3829

3930

40-
SI_WA_ENABLE(
41-
WaEnablePooledEuFor2x6,
42-
"No Link Provided",
43-
"No Link Provided",
44-
PLATFORM_ALL,
45-
SI_WA_BEFORE(StepId_BXT, BXT_REV_ID_C0));
46-
47-
4831
SI_WA_ENABLE(
4932

5033
WaClearArfDependenciesBeforeEot,

skuwa/ichv_wa.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -408,15 +408,6 @@ void InitChvWaTable(PWA_TABLE pWaTable, PSKU_FEATURE_TABLE pSkuTable, PWA_INIT_P
408408
SIWA_FOREVER);
409409

410410

411-
WA_ENABLE(
412-
ulStepId_CHV,
413-
WaOCLEnableFMaxFMinPlusZero,
414-
"No Link Provided",
415-
"No HWSightingLink provided",
416-
PLATFORM_ALL,
417-
SIWA_FOREVER);
418-
419-
420411
WA_ENABLE(
421412
ulStepId_CHV,
422413
WaThreadSwitchAfterCall,

skuwa/iskl_wa.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -238,14 +238,6 @@ void InitSklWaTable(PWA_TABLE pWaTable, PSKU_FEATURE_TABLE pSkuTable, PWA_INIT_P
238238
#endif
239239

240240

241-
WA_ENABLE(
242-
ulStepId_SKL,
243-
WaOCLEnableFMaxFMinPlusZero,
244-
"No Link Provided",
245-
"No HWSightingLink provided",
246-
PLATFORM_ALL,
247-
SIWA_UNTIL_SKL_B0);
248-
249241
WA_ENABLE(
250242
ulStepId_SKL,
251243
WaHeaderRequiredOnSimd16Sample16bit,

0 commit comments

Comments
 (0)