mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
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:
committed by
Compute-Runtime-Automation
parent
a93cecac36
commit
61fe9ebb8f
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user