refactor: introducing igfxfmid_wrapper

Signed-off-by: Chodor, Jaroslaw <jaroslaw.chodor@intel.com>
This commit is contained in:
Chodor, Jaroslaw
2025-05-30 12:56:08 +00:00
committed by Compute-Runtime-Automation
parent ca3079f263
commit 46c60290b9
66 changed files with 102 additions and 90 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2024 Intel Corporation
* Copyright (C) 2019-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -14,7 +14,7 @@
#include "shared/source/helpers/string.h"
#include "shared/test/common/helpers/default_hw_info.h"
#include "igfxfmid.h"
#include "neo_igfxfmid.h"
#include <RelocationInfo.h>
#include <vector>

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Intel Corporation
* Copyright (C) 2021-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -7,7 +7,7 @@
#pragma once
#include "igfxfmid.h"
#include "neo_igfxfmid.h"
template <GFXCORE_FAMILY gfxCoreFamily>
struct TestTraits;

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Intel Corporation
* Copyright (C) 2021-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -7,7 +7,7 @@
#pragma once
#include "igfxfmid.h"
#include "neo_igfxfmid.h"
template <PRODUCT_FAMILY productFamily>
struct TestTraitsPlatforms;

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2021 Intel Corporation
* Copyright (C) 2019-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -7,7 +7,7 @@
#pragma once
#include "igfxfmid.h"
#include "neo_igfxfmid.h"
namespace NEO {

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2024 Intel Corporation
* Copyright (C) 2020-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -14,7 +14,7 @@
#include "shared/source/helpers/hw_info.h"
#include "shared/source/utilities/const_stringref.h"
#include "igfxfmid.h"
#include "neo_igfxfmid.h"
#include <string>
#include <vector>

View File

@@ -1,12 +1,12 @@
/*
* Copyright (C) 2018-2024 Intel Corporation
* Copyright (C) 2018-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "common/gtsysinfo.h"
#include "igfxfmid.h"
#include "neo_igfxfmid.h"
#include "test_files_setup.h"
namespace Os {

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2022 Intel Corporation
* Copyright (C) 2018-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -8,7 +8,7 @@
#include "shared/source/os_interface/os_library.h"
#include "common/gtsysinfo.h"
#include "igfxfmid.h"
#include "neo_igfxfmid.h"
NEO::OsLibrary *setAdapterInfo(const PLATFORM *platform, const GT_SYSTEM_INFO *gtSystemInfo, uint64_t gpuAddressSpace) {
return nullptr;

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2022 Intel Corporation
* Copyright (C) 2018-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -8,7 +8,7 @@
#include "shared/test/common/mock_gdi/mock_os_library.h"
#include "common/gtsysinfo.h"
#include "igfxfmid.h"
#include "neo_igfxfmid.h"
namespace NEO {
extern const char *wslComputeHelperLibNameToLoad;

View File

@@ -1,12 +1,12 @@
/*
* Copyright (C) 2018-2024 Intel Corporation
* Copyright (C) 2018-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "common/gtsysinfo.h"
#include "igfxfmid.h"
#include "neo_igfxfmid.h"
namespace Os {
///////////////////////////////////////////////////////////////////////////////

View File

@@ -12,7 +12,7 @@
#include "gtest/gtest.h"
#include "hw_cmds.h"
#include "igfxfmid.h"
#include "neo_igfxfmid.h"
#include "per_product_test_selector.h"
#include "test_mode.h"

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2021-2022 Intel Corporation
* Copyright (C) 2021-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -7,7 +7,7 @@
#pragma once
#include "igfxfmid.h"
#include "neo_igfxfmid.h"
extern PRODUCT_FAMILY productFamily;
extern GFXCORE_FAMILY renderCoreFamily;

View File

@@ -1,12 +1,12 @@
/*
* Copyright (C) 2021-2022 Intel Corporation
* Copyright (C) 2021-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "igfxfmid.h"
#include "neo_igfxfmid.h"
namespace NEO {
namespace TestExcludes {