Revert "feature: Enable shared system USM by default for BMG"

This reverts commit 018442f488.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2025-12-25 02:04:41 +01:00
committed by Compute-Runtime-Automation
parent 80af923b66
commit 0704eb8bf2
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ uint64_t ProductHelperHw<gfxProduct>::getSharedSystemPatIndex() const {
template <>
bool ProductHelperHw<gfxProduct>::useSharedSystemUsm() const {
return true;
return false;
}
template <>

View File

@@ -71,7 +71,7 @@ BMGTEST_F(BmgProductHelperLinux, givenProductHelperWhenAskedGetSharedSystemPatIn
}
BMGTEST_F(BmgProductHelperLinux, givenProductHelperWhenAskedUseSharedSystemUsmThenReturnCorrectValue) {
EXPECT_TRUE(productHelper->useSharedSystemUsm());
EXPECT_FALSE(productHelper->useSharedSystemUsm());
}
BMGTEST_F(BmgProductHelperLinux, WhenGtIsSetupThenGtSystemInfoIsCorrect) {