Enable new KMD wait function in Linux

Related-To: NEO-5845

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2021-08-11 16:13:08 +00:00
committed by Compute-Runtime-Automation
parent 90c47946fc
commit 7b697b72e3
3 changed files with 31 additions and 3 deletions

View File

@@ -29,6 +29,10 @@ int HwInfoConfigHw<IGFX_XE_HP_SDV>::configureHardwareCustom(HardwareInfo *hwInfo
enableBlitterOperationsSupport(hwInfo);
auto &kmdNotifyProperties = hwInfo->capabilityTable.kmdNotifyProperties;
kmdNotifyProperties.enableKmdNotify = true;
kmdNotifyProperties.delayKmdNotifyMicroseconds = 20;
return 0;
}