Revert "fix: Make zesInit path disabled by default on windows"

This reverts commit 27922536ff.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2025-09-23 04:04:38 +02:00
committed by Compute-Runtime-Automation
parent 16a6c3ca8a
commit a559c440e2
2 changed files with 2 additions and 2 deletions

View File

@@ -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, false, "Use zesInit based sysman initialization during zeInit")
DECLARE_DEBUG_VARIABLE(bool, EnableSysmanLegacyModeUsingZesInit, true, "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")

View File

@@ -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