mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Reorganization directory structure [1/n]
Change-Id: Id1a94577437a4826a32411869f516fec20314ec0
This commit is contained in:
16
opencl/source/helpers/linux/kmd_notify_properties_linux.cpp
Normal file
16
opencl/source/helpers/linux/kmd_notify_properties_linux.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/helpers/kmd_notify_properties.h"
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
void KmdNotifyHelper::updateAcLineStatus() {}
|
||||
|
||||
int64_t KmdNotifyHelper::getBaseTimeout(const int64_t &multiplier) const {
|
||||
return properties->delayKmdNotifyMicroseconds * multiplier;
|
||||
}
|
||||
Reference in New Issue
Block a user