File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff 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); }
Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments