2018-04-10 16:26:59 +08:00
|
|
|
/*
|
2019-03-26 18:59:46 +08:00
|
|
|
* Copyright (C) 2018-2019 Intel Corporation
|
2018-09-18 15:11:08 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
2018-04-10 16:26:59 +08:00
|
|
|
|
2019-11-29 22:41:47 +08:00
|
|
|
#include "core/helpers/kmd_notify_properties.h"
|
2018-04-10 16:26:59 +08:00
|
|
|
|
2019-03-26 18:59:46 +08:00
|
|
|
using namespace NEO;
|
2018-04-20 01:08:10 +08:00
|
|
|
|
|
|
|
void KmdNotifyHelper::updateAcLineStatus() {}
|
|
|
|
|
|
|
|
int64_t KmdNotifyHelper::getBaseTimeout(const int64_t &multiplier) const {
|
|
|
|
return properties->delayKmdNotifyMicroseconds * multiplier;
|
|
|
|
}
|