2019-09-19 01:32:33 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2019 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2019-11-29 22:41:47 +08:00
|
|
|
#include "core/gen12lp/hw_cmds.h"
|
2019-09-19 01:32:33 +08:00
|
|
|
#include "runtime/helpers/enable_product.inl"
|
|
|
|
#include "runtime/os_interface/hw_info_config.h"
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
|
|
|
#ifdef SUPPORT_TGLLP
|
|
|
|
static EnableGfxProductHw<IGFX_TIGERLAKE_LP> enableGfxProductHwTGLLP;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
} // namespace NEO
|