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 dd7967a05d
commit 69c9a4e86c
4 changed files with 69 additions and 0 deletions

View File

@@ -35,6 +35,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;