mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
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>
16 lines
340 B
C++
16 lines
340 B
C++
/*
|
|
* 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
|