2019-01-10 22:36:57 +08:00
|
|
|
/*
|
2022-06-24 21:56:25 +08:00
|
|
|
* Copyright (C) 2019-2022 Intel Corporation
|
2019-01-10 22:36:57 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2021-09-23 06:03:07 +08:00
|
|
|
#include "shared/source/command_stream/command_stream_receiver_with_aub_dump.inl"
|
2022-06-24 21:56:25 +08:00
|
|
|
#include "shared/source/gen11/hw_cmds.h"
|
2021-09-23 17:03:22 +08:00
|
|
|
#include "shared/source/os_interface/linux/device_command_stream.inl"
|
|
|
|
#include "shared/source/os_interface/linux/drm_command_stream.inl"
|
|
|
|
#include "shared/source/os_interface/linux/drm_command_stream_bdw_and_later.inl"
|
2019-01-10 22:36:57 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
|
|
|
template class DeviceCommandStreamReceiver<ICLFamily>;
|
|
|
|
template class DrmCommandStreamReceiver<ICLFamily>;
|
|
|
|
template class CommandStreamReceiverWithAUBDump<DrmCommandStreamReceiver<ICLFamily>>;
|
|
|
|
} // namespace NEO
|