From 4debbdea362069ba116200cd4c7d4e9ebe6e2442 Mon Sep 17 00:00:00 2001 From: Michal Mrozek Date: Tue, 9 Sep 2025 14:18:24 +0000 Subject: [PATCH] performance: fix bcs count on xe3 Signed-off-by: Michal Mrozek --- shared/source/xe3_core/hw_cmds_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/source/xe3_core/hw_cmds_base.h b/shared/source/xe3_core/hw_cmds_base.h index 54da179864..80ab9da138 100644 --- a/shared/source/xe3_core/hw_cmds_base.h +++ b/shared/source/xe3_core/hw_cmds_base.h @@ -26,7 +26,7 @@ struct Xe3Core { static constexpr uint32_t stateComputeModeEuThreadSchedulingModeOverrideMask = (0b11u << 13); static constexpr uint32_t stateComputeModeLargeGrfModeMask = (1u << 15); // DW2 - static constexpr uint32_t bcsEngineCount = 9u; + static constexpr uint32_t bcsEngineCount = 1u; static constexpr uint32_t timestampPacketCount = 16u; static constexpr bool isUsingL3Control = false;