2018-04-10 10:26:59 +02:00
|
|
|
/*
|
2021-10-07 15:53:06 +00:00
|
|
|
* Copyright (C) 2018-2021 Intel Corporation
|
2018-09-18 09:11:08 +02:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
2018-04-10 10:26:59 +02:00
|
|
|
|
2020-02-23 22:44:01 +01:00
|
|
|
#include "shared/source/helpers/kmd_notify_properties.h"
|
2018-04-10 10:26:59 +02:00
|
|
|
|
2019-03-26 11:59:46 +01:00
|
|
|
using namespace NEO;
|
2018-04-19 19:08:10 +02:00
|
|
|
|
|
|
|
void KmdNotifyHelper::updateAcLineStatus() {}
|
|
|
|
|
|
|
|
int64_t KmdNotifyHelper::getBaseTimeout(const int64_t &multiplier) const {
|
|
|
|
return properties->delayKmdNotifyMicroseconds * multiplier;
|
|
|
|
}
|