mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-13 01:42:56 +08:00
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:
committed by
Compute-Runtime-Automation
parent
80af923b66
commit
0704eb8bf2
@@ -47,7 +47,7 @@ uint64_t ProductHelperHw<gfxProduct>::getSharedSystemPatIndex() const {
|
||||
|
||||
template <>
|
||||
bool ProductHelperHw<gfxProduct>::useSharedSystemUsm() const {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
template <>
|
||||
|
||||
@@ -71,7 +71,7 @@ BMGTEST_F(BmgProductHelperLinux, givenProductHelperWhenAskedGetSharedSystemPatIn
|
||||
}
|
||||
|
||||
BMGTEST_F(BmgProductHelperLinux, givenProductHelperWhenAskedUseSharedSystemUsmThenReturnCorrectValue) {
|
||||
EXPECT_TRUE(productHelper->useSharedSystemUsm());
|
||||
EXPECT_FALSE(productHelper->useSharedSystemUsm());
|
||||
}
|
||||
|
||||
BMGTEST_F(BmgProductHelperLinux, WhenGtIsSetupThenGtSystemInfoIsCorrect) {
|
||||
|
||||
Reference in New Issue
Block a user