performance: Allow power efficient waits with ULLS light

Resolves: HSD-18041633458
Related-To: NEO-13922

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2025-03-05 14:50:30 +00:00
committed by Compute-Runtime-Automation
parent a93cecac36
commit 61fe9ebb8f
7 changed files with 29 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ int ProductHelperHw<gfxProduct>::configureHardwareCustom(HardwareInfo *hwInfo, O
kmdNotifyProperties.enableKmdNotify = true;
kmdNotifyProperties.delayKmdNotifyMicroseconds = 150;
kmdNotifyProperties.enableQuickKmdSleepForDirectSubmission = true;
kmdNotifyProperties.delayQuickKmdSleepForDirectSubmissionMicroseconds = 20;
kmdNotifyProperties.delayQuickKmdSleepForDirectSubmissionMicroseconds = 28000;
return 0;
}