Revert "Enable copy engine in platforms which supports bcs"

This reverts commit b539b5a3ec.

Change-Id: I731b969cb82e4cfa6ec3f435c4b3178fc997c867
This commit is contained in:
Plewka, Maciej
2020-10-23 07:11:02 -07:00
committed by sys_ocldev
parent c3b8727e97
commit 39a930e122
9 changed files with 40 additions and 123 deletions

View File

@ -52,9 +52,8 @@ GEN8TEST_F(HwHelperTestGen8, givenGen8PlatformWhenSetupHardwareCapabilitiesIsCal
}
GEN8TEST_F(HwHelperTestGen8, whenGetGpgpuEnginesThenReturnThreeEngines) {
NEO::HardwareInfo hwInfo = *NEO::defaultHwInfo.get();
hwInfo.featureTable.ftrBcsInfo.set(0, false);
whenGetGpgpuEnginesThenReturnThreeRcsEngines<FamilyType>(hwInfo);
whenGetGpgpuEnginesThenReturnTwoRcsEngines<FamilyType>(pDevice->getHardwareInfo());
EXPECT_EQ(3u, pDevice->engines.size());
}
using MemorySynchronizatiopCommandsTestsGen8 = ::testing::Test;