Logo
Explore Help
Sign In
intel/compute-runtime
1
0
Fork 0
You've already forked compute-runtime
mirror of https://github.com/intel/compute-runtime.git synced 2025-12-23 20:12:03 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
0424f30782ec6ecea236194919a6f8379668bd5b
compute-runtime/shared/source/os_interface/linux/pci_path.h

18 lines
285 B
C
Raw Normal View History

Moving getPciPath out of os interface Signed-off-by: Jaroslaw Chodor <jaroslaw.chodor@intel.com>
2021-05-20 00:36:24 +02:00
/*
* Copyright (C) 2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <optional>
#include <string>
namespace NEO {
std::optional<std::string> getPciPath(int deviceFd);
Add uuid support using inband information Added chipset specific uuid retrieving functionality This is used by zeDeviceGetProperties Related-To: LOCI-2636 Signed-off-by: Joshua Santosh Ranjan <joshua.santosh.ranjan@intel.com>
2021-11-26 09:40:06 +00:00
std::optional<std::string> getPciLinkPath(int deviceFd);
Moving getPciPath out of os interface Signed-off-by: Jaroslaw Chodor <jaroslaw.chodor@intel.com>
2021-05-20 00:36:24 +02:00
Add uuid support using inband information Added chipset specific uuid retrieving functionality This is used by zeDeviceGetProperties Related-To: LOCI-2636 Signed-off-by: Joshua Santosh Ranjan <joshua.santosh.ranjan@intel.com>
2021-11-26 09:40:06 +00:00
} // namespace NEO
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 269ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API