mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-23 11:03:02 +08:00
Add query system info on linux
Source location of DRM_I915_QUERY_HWCONFIG_TABLE and modified intel_hwconfig_types.h: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/tree/intel/IGTPW_6061/ Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
29f74a1a98
commit
23f7a908d7
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Copyright (C) 2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/os_interface/linux/system_info_impl.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
void SystemInfoImpl::checkSysInfoMismatch(HardwareInfo *hwInfo) {}
|
||||
void SystemInfoImpl::extendParseDeviceBlob(const uint32_t *data, uint32_t element) {}
|
||||
|
||||
} // namespace NEO
|
||||
Reference in New Issue
Block a user