2017-12-21 07:45:38 +08:00
|
|
|
/*
|
2025-01-03 20:50:18 +08:00
|
|
|
* Copyright (C) 2019-2025 Intel Corporation
|
2017-12-21 07:45:38 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2017-12-21 07:45:38 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
2019-09-19 01:32:33 +08:00
|
|
|
#ifdef SUPPORT_GEN12LP
|
2020-02-24 05:44:01 +08:00
|
|
|
#include "shared/source/gen12lp/hw_cmds.h"
|
2019-09-19 01:32:33 +08:00
|
|
|
#endif
|
2021-11-15 20:23:07 +08:00
|
|
|
#ifdef SUPPORT_XE_HPG_CORE
|
|
|
|
#include "shared/source/xe_hpg_core/hw_cmds.h"
|
2021-11-16 19:12:22 +08:00
|
|
|
#endif
|
|
|
|
#ifdef SUPPORT_XE_HPC_CORE
|
|
|
|
#include "shared/source/xe_hpc_core/hw_cmds.h"
|
|
|
|
#endif
|
2024-07-09 17:29:17 +08:00
|
|
|
#ifdef SUPPORT_XE2_HPG_CORE
|
|
|
|
#include "shared/source/xe2_hpg_core/hw_cmds.h"
|
|
|
|
#endif
|
2025-01-03 20:50:18 +08:00
|
|
|
#ifdef SUPPORT_XE3_CORE
|
|
|
|
#include "hw_cmds_xe3_core.h"
|
|
|
|
#endif
|