Do not expose RCS on DG2

The RCS is no longer exposed under windows and linux on DG2

Related-To: NEO-7224
Signed-off-by: Andrzej Koska <andrzej.koska@intel.com>
This commit is contained in:
Andrzej Koska
2022-08-23 17:04:31 +00:00
committed by Compute-Runtime-Automation
parent 508ad66313
commit 9aeb0116d7
4 changed files with 69 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ int HwInfoConfigHw<gfxProduct>::configureHardwareCustom(HardwareInfo *hwInfo, OS
DG2::adjustHardwareInfo(hwInfo);
enableBlitterOperationsSupport(hwInfo);
adjustRcsExposure(hwInfo);
auto &kmdNotifyProperties = hwInfo->capabilityTable.kmdNotifyProperties;
kmdNotifyProperties.enableKmdNotify = true;
kmdNotifyProperties.delayKmdNotifyMicroseconds = 150;