2019-09-19 01:32:33 +08:00
|
|
|
/*
|
2020-02-22 16:28:27 +08:00
|
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
2019-09-19 01:32:33 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifdef SUPPORT_TGLLP
|
|
|
|
#include "hw_info_tgllp.inl"
|
|
|
|
#endif
|
2020-06-16 20:18:59 +08:00
|
|
|
#ifdef SUPPORT_DG1
|
|
|
|
#include "hw_info_dg1.inl"
|
|
|
|
#endif
|
2020-08-21 02:50:19 +08:00
|
|
|
#ifdef SUPPORT_RKL
|
|
|
|
#include "hw_info_rkl.inl"
|
|
|
|
#endif
|
2020-10-08 21:40:40 +08:00
|
|
|
#ifdef SUPPORT_ADLS
|
|
|
|
#include "hw_info_adls.inl"
|
|
|
|
#endif
|
2019-09-19 01:32:33 +08:00
|
|
|
|
2020-06-26 22:06:56 +08:00
|
|
|
#include "shared/source/gen12lp/hw_info_gen12lp.h"
|
|
|
|
|
2019-09-19 01:32:33 +08:00
|
|
|
namespace NEO {
|
|
|
|
const char *GfxFamilyMapper<IGFX_GEN12LP_CORE>::name = "Gen12LP";
|
|
|
|
} // namespace NEO
|