2017-12-27 15:12:27 +01:00
|
|
|
/*
|
2023-02-03 12:25:43 +00:00
|
|
|
* Copyright (C) 2021-2023 Intel Corporation
|
2017-12-27 15:12:27 +01:00
|
|
|
*
|
2018-09-18 09:11:08 +02:00
|
|
|
* SPDX-License-Identifier: MIT
|
2017-12-27 15:12:27 +01:00
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2022-08-23 04:02:33 +00:00
|
|
|
#include "shared/source/gen11/hw_cmds_ehl.h"
|
2023-03-10 12:28:11 +00:00
|
|
|
#include "shared/source/os_interface/product_helper.h"
|
|
|
|
|
#include "shared/source/os_interface/product_helper.inl"
|
2023-03-07 12:19:36 +00:00
|
|
|
#include "shared/source/os_interface/product_helper_bdw_and_later.inl"
|
2017-12-27 15:12:27 +01:00
|
|
|
|
2022-03-10 17:27:38 +00:00
|
|
|
constexpr static auto gfxProduct = IGFX_ELKHARTLAKE;
|
2018-03-15 15:03:51 +01:00
|
|
|
|
2023-08-25 16:19:02 +00:00
|
|
|
#include "shared/source/os_interface/product_helper_before_gen12lp.inl"
|
|
|
|
|
|
2022-12-12 16:43:41 +00:00
|
|
|
template class NEO::ProductHelperHw<gfxProduct>;
|