Skip to content

Commit f59b739

Browse files
mkariganigcbot
authored andcommitted
Connect WA ID
Connect WA ID 14025275057
1 parent d004482 commit f59b739

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

IGC/Compiler/CISACodeGen/Platform.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,8 @@ class CPlatform {
14261426
bool supports2dBlockTranspose64ByteWidth() const { return isCoreChildOf(IGFX_XE3P_CORE); }
14271427

14281428
bool supportsReadStateInfo() const {
1429-
return hasEfficient64bEnabled() && IGC_IS_FLAG_ENABLED(EnableReadStateToA64Read);
1429+
return hasEfficient64bEnabled() && (IGC_IS_FLAG_ENABLED(EnableReadStateToA64Read) ||
1430+
m_WaTable.Wa_14025275057);
14301431
}
14311432

14321433
bool supportsFp4Int4Upsampling() const { return isCoreChildOf(IGFX_XE3P_CORE); }

inc/common/sku_wa_defs.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,3 +669,9 @@ SPDX-License-Identifier: MIT
669669
WA_BUG_TYPE_FUNCTIONAL,
670670
WA_BUG_PERF_IMPACT_UNKNOWN, WA_COMPONENT_D3D)
671671

672+
WA_DECLARE(
673+
Wa_14025275057,
674+
"Workaround",
675+
WA_BUG_TYPE_UNKNOWN,
676+
WA_BUG_PERF_IMPACT_UNKNOWN, WA_COMPONENT_UNKNOWN)
677+

0 commit comments

Comments
 (0)