2017-12-27 22:12:27 +08:00
|
|
|
/*
|
2022-03-11 01:27:38 +08:00
|
|
|
* Copyright (C) 2021-2022 Intel Corporation
|
2017-12-27 22:12:27 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2017-12-27 22:12:27 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2022-08-23 12:02:33 +08:00
|
|
|
#include "shared/source/gen11/hw_cmds_ehl.h"
|
2020-02-24 05:44:01 +08:00
|
|
|
#include "shared/source/os_interface/hw_info_config.h"
|
|
|
|
#include "shared/source/os_interface/hw_info_config.inl"
|
2021-08-03 19:48:35 +08:00
|
|
|
#include "shared/source/os_interface/hw_info_config_bdw_and_later.inl"
|
2017-12-27 22:12:27 +08:00
|
|
|
|
2022-06-20 20:16:05 +08:00
|
|
|
#include "platforms.h"
|
|
|
|
|
2022-03-11 01:27:38 +08:00
|
|
|
constexpr static auto gfxProduct = IGFX_ELKHARTLAKE;
|
2018-03-15 22:03:51 +08:00
|
|
|
|
2022-03-11 01:27:38 +08:00
|
|
|
#include "shared/source/gen11/ehl/os_agnostic_hw_info_config_ehl.inl"
|
|
|
|
|
2022-11-16 20:14:49 +08:00
|
|
|
template class NEO::HwInfoConfigHw<gfxProduct>;
|