Force Disable ftrCompression on Linux

Change-Id: Ia5dc4b323571442ee52551d93869163fc3f45834
This commit is contained in:
Dunajski, Bartosz
2018-01-18 08:30:22 +01:00
committed by sys_ocldev
parent 75a902bf2c
commit 3b626a0290
2 changed files with 8 additions and 0 deletions

View File

@@ -172,6 +172,7 @@ int HwInfoConfig::configureHwInfo(const HardwareInfo *inHwInfo, HardwareInfo *ou
: static_cast<EngineType>(DebugManager.flags.NodeOrdinal.get());
outHwInfo->capabilityTable.instrumentationEnabled = false;
outHwInfo->capabilityTable.ftrCompression = false;
bool preemption = drm->hasPreemption();
preemption = hwHelper.setupPreemptionRegisters(outHwInfo, preemption);