2018-06-04 16:20:09 +08:00
|
|
|
/*
|
2019-12-18 18:40:25 +08:00
|
|
|
* Copyright (C) 2018-2020 Intel Corporation
|
2018-09-18 15:11:08 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
2018-06-04 16:20:09 +08:00
|
|
|
|
2019-11-29 22:41:47 +08:00
|
|
|
#include "core/gen8/hw_cmds.h"
|
2018-06-04 16:20:09 +08:00
|
|
|
#include "runtime/helpers/enable_product.inl"
|
2019-02-27 18:39:32 +08:00
|
|
|
#include "runtime/os_interface/hw_info_config.h"
|
|
|
|
|
2019-03-26 18:59:46 +08:00
|
|
|
namespace NEO {
|
2018-06-04 16:20:09 +08:00
|
|
|
|
|
|
|
#ifdef SUPPORT_BDW
|
|
|
|
static EnableGfxProductHw<IGFX_BROADWELL> enableGfxProductHwBDW;
|
|
|
|
#endif
|
|
|
|
|
2019-08-23 19:57:58 +08:00
|
|
|
} // namespace NEO
|