mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
KMD Notfy: Multiply timeout by taskCount diff only on Linux
Change-Id: Idb75dcc02cd218ff097f29d6881c97bb8feb25da
This commit is contained in:
committed by
sys_ocldev
parent
6eec23844b
commit
5ed13d7c88
@@ -42,7 +42,7 @@ bool KmdNotifyHelper::obtainTimeoutParams(int64_t &timeoutValueOutput,
|
||||
} else if (quickKmdSleepRequest && properties->enableQuickKmdSleep) {
|
||||
timeoutValueOutput = properties->delayQuickKmdSleepMicroseconds;
|
||||
} else {
|
||||
timeoutValueOutput = properties->delayKmdNotifyMicroseconds * multiplier;
|
||||
timeoutValueOutput = getBaseTimeout(multiplier);
|
||||
}
|
||||
|
||||
return flushStampToWait != 0 && (properties->enableKmdNotify || !acLineConnected);
|
||||
|
||||
Reference in New Issue
Block a user