Move setting of featureTable flags

ftrL3IACoherency, ftrGpGpuMidBatchPreempt, ftrGpGpuThreadGroupLevelPreempt
from configureHardwareCustom to setupFeatureAndWorkaroundTable

Related-To: NEO-2755

Change-Id: I508ad321c60bfd88eef3654b3f418343fc5b6b31
Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:
Katarzyna Cencelewska
2019-04-25 15:14:36 +02:00
committed by sys_ocldev
parent 41ca0a0033
commit a6aac141d1
33 changed files with 42 additions and 60 deletions

View File

@@ -16,9 +16,6 @@ int HwInfoConfigHw<IGFX_BROADWELL>::configureHardwareCustom(HardwareInfo *hwInfo
return 0;
}
GT_SYSTEM_INFO *pSysInfo = const_cast<GT_SYSTEM_INFO *>(hwInfo->pSysInfo);
FeatureTable *pSkuTable = const_cast<FeatureTable *>(hwInfo->pSkuTable);
pSkuTable->ftrL3IACoherency = true;
// There is no interface to read total slice count from drm/i915, so we
// derive this from the number of EUs and subslices.