2022-06-02 15:12:55 +00:00
|
|
|
/*
|
2023-02-08 10:14:15 +00:00
|
|
|
* Copyright (C) 2022-2023 Intel Corporation
|
2022-06-02 15:12:55 +00:00
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2022-08-23 04:02:33 +00:00
|
|
|
#include "shared/source/gen12lp/hw_cmds_adln.h"
|
2023-02-08 10:14:15 +00:00
|
|
|
#include "shared/source/gen12lp/hw_info_adln.h"
|
2022-06-02 15:12:55 +00:00
|
|
|
#include "shared/source/helpers/hw_info.h"
|
|
|
|
|
#include "shared/source/os_interface/hw_info_config.h"
|
|
|
|
|
#include "shared/source/os_interface/hw_info_config.inl"
|
2023-03-07 12:19:36 +00:00
|
|
|
#include "shared/source/os_interface/product_helper_bdw_and_later.inl"
|
2022-06-02 15:12:55 +00:00
|
|
|
|
2022-06-20 12:16:05 +00:00
|
|
|
#include "platforms.h"
|
|
|
|
|
|
2022-06-02 15:12:55 +00:00
|
|
|
constexpr static auto gfxProduct = IGFX_ALDERLAKE_N;
|
|
|
|
|
|
2023-02-03 12:25:43 +00:00
|
|
|
#include "shared/source/gen12lp/adln/os_agnostic_product_helper_adln.inl"
|
|
|
|
|
#include "shared/source/gen12lp/os_agnostic_product_helper_gen12lp.inl"
|
2022-06-02 15:12:55 +00:00
|
|
|
|
2022-12-12 16:43:41 +00:00
|
|
|
template class NEO::ProductHelperHw<gfxProduct>;
|