2019-09-19 01:32:33 +08:00
|
|
|
/*
|
2020-02-23 05:21:06 +08:00
|
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
2019-09-19 01:32:33 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
2020-08-24 14:38:59 +08:00
|
|
|
#include "shared/source/gen12lp/hw_cmds_base.h"
|
2019-09-19 01:32:33 +08:00
|
|
|
#ifdef SUPPORT_TGLLP
|
|
|
|
#include "hw_cmds_tgllp.h"
|
|
|
|
#endif
|
2020-06-16 20:18:59 +08:00
|
|
|
#ifdef SUPPORT_DG1
|
|
|
|
#include "hw_cmds_dg1.h"
|
|
|
|
#endif
|
2020-08-21 02:50:19 +08:00
|
|
|
#ifdef SUPPORT_RKL
|
|
|
|
#include "hw_cmds_rkl.h"
|
|
|
|
#endif
|
2020-10-08 21:40:40 +08:00
|
|
|
#ifdef SUPPORT_ADLS
|
|
|
|
#include "hw_cmds_adls.h"
|
|
|
|
#endif
|