2021-07-28 22:45:43 +08:00
|
|
|
/*
|
2025-01-22 21:10:44 +08:00
|
|
|
* Copyright (C) 2021-2025 Intel Corporation
|
2021-07-28 22:45:43 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2022-08-23 12:02:33 +08:00
|
|
|
#include "shared/source/gen12lp/hw_cmds_adlp.h"
|
2023-02-08 18:14:15 +08:00
|
|
|
#include "shared/source/gen12lp/hw_info_adlp.h"
|
2021-07-28 22:45:43 +08:00
|
|
|
#include "shared/source/helpers/hw_info.h"
|
2025-03-26 00:26:05 +08:00
|
|
|
#include "shared/source/os_interface/product_helper_hw.h"
|
2021-07-28 22:45:43 +08:00
|
|
|
|
2021-08-19 19:06:49 +08:00
|
|
|
constexpr static auto gfxProduct = IGFX_ALDERLAKE_P;
|
|
|
|
|
2023-02-03 20:25:43 +08:00
|
|
|
#include "shared/source/gen12lp/adlp/os_agnostic_product_helper_adlp.inl"
|
|
|
|
#include "shared/source/gen12lp/os_agnostic_product_helper_gen12lp.inl"
|
2021-07-28 22:45:43 +08:00
|
|
|
|
2022-12-13 00:43:41 +08:00
|
|
|
template class NEO::ProductHelperHw<gfxProduct>;
|