2022-06-02 23:12:55 +08:00
|
|
|
/*
|
2023-02-08 18:14:15 +08:00
|
|
|
* Copyright (C) 2022-2023 Intel Corporation
|
2022-06-02 23:12:55 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2022-08-23 12:02:33 +08:00
|
|
|
#include "shared/source/gen12lp/hw_cmds_adln.h"
|
2023-02-08 18:14:15 +08:00
|
|
|
#include "shared/source/gen12lp/hw_info_adln.h"
|
2022-06-02 23:12:55 +08: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"
|
|
|
|
#include "shared/source/os_interface/hw_info_config_bdw_and_later.inl"
|
|
|
|
|
2022-06-20 20:16:05 +08:00
|
|
|
#include "platforms.h"
|
|
|
|
|
2022-06-02 23:12:55 +08:00
|
|
|
constexpr static auto gfxProduct = IGFX_ALDERLAKE_N;
|
|
|
|
|
2023-02-03 20:25:43 +08: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 23:12:55 +08:00
|
|
|
|
2022-12-13 00:43:41 +08:00
|
|
|
template class NEO::ProductHelperHw<gfxProduct>;
|