From 27922536ff94a3abaa34e1c0efaeb1bcb55160a2 Mon Sep 17 00:00:00 2001 From: shubham kumar Date: Mon, 22 Sep 2025 05:50:15 +0000 Subject: [PATCH] fix: Make zesInit path disabled by default on windows Related-To: NEO-15060 Signed-off-by: shubham kumar --- shared/source/debug_settings/debug_variables_base.inl | 2 +- shared/test/common/test_files/igdrcl.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/source/debug_settings/debug_variables_base.inl b/shared/source/debug_settings/debug_variables_base.inl index 1dd37c3f71..6e227b8c21 100644 --- a/shared/source/debug_settings/debug_variables_base.inl +++ b/shared/source/debug_settings/debug_variables_base.inl @@ -480,7 +480,7 @@ DECLARE_DEBUG_VARIABLE(int32_t, WaitForPagingFenceInController, -1, "Instead of DECLARE_DEBUG_VARIABLE(int32_t, DirectSubmissionControllerIdleDetection, -1, "Terminate direct submission only if CSR is idle. -1: default, 0 - disable, 1 - enable.") DECLARE_DEBUG_VARIABLE(int32_t, DirectSubmissionControllerContextGroupIdleDetection, -1, "Terminate direct submission only if all CSRs in group are idle. -1: default, 0 - disable, 1 - enable.") /*FEATURE FLAGS*/ -DECLARE_DEBUG_VARIABLE(bool, EnableSysmanLegacyModeUsingZesInit, true, "Use zesInit based sysman initialization during zeInit") +DECLARE_DEBUG_VARIABLE(bool, EnableSysmanLegacyModeUsingZesInit, false, "Use zesInit based sysman initialization during zeInit") DECLARE_DEBUG_VARIABLE(bool, RegisterPageFaultHandlerOnMigration, false, "Register handler on migration to GPU when current is not from pagefault manager") DECLARE_DEBUG_VARIABLE(bool, EnableNV12, true, "Enables NV12 extension") DECLARE_DEBUG_VARIABLE(bool, EnablePackedYuv, true, "Enables cl_packed_yuv extension") diff --git a/shared/test/common/test_files/igdrcl.config b/shared/test/common/test_files/igdrcl.config index 47fd94c94a..aed843306f 100644 --- a/shared/test/common/test_files/igdrcl.config +++ b/shared/test/common/test_files/igdrcl.config @@ -670,6 +670,6 @@ Disable2MBSizeAlignment = 0 InOrderCopyMiFlushSync = -1 SplitBcsForCopyOffload = -1 LimitIsaPrefetchSize = -1 -EnableSysmanLegacyModeUsingZesInit = 1 ForceTotalWMTPDataSize = -1 +EnableSysmanLegacyModeUsingZesInit = 0 # Please don't edit below this line