Disable ftrE2ECompression flag on gen12lp on linux

Related-To: NEO-4415

Change-Id: Iddc0d49632a91ce40f625f5dc0beb30bec02be1e
Signed-off-by: Andrzej Swierczynski <andrzej.swierczynski@intel.com>
This commit is contained in:
Andrzej Swierczynski
2020-03-10 14:07:45 +01:00
committed by sys_ocldev
parent fe0f259eaa
commit fcd47e9631
7 changed files with 0 additions and 35 deletions

View File

@@ -51,7 +51,6 @@ bool DeviceFactory::getDevicesForProductFamilyOverride(size_t &numDevices, Execu
hardwareInfoSetup[hwInfoConst->platform.eProductFamily](hardwareInfo, true, hwInfoConfig);
HwInfoConfig *hwConfig = HwInfoConfig::get(hardwareInfo->platform.eProductFamily);
hardwareInfo->featureTable.ftrE2ECompression = 0;
hwConfig->configureHardwareCustom(hardwareInfo, nullptr);
auto csrType = DebugManager.flags.SetCommandStreamReceiver.get();