includes simplification

use HW specific header instead generic one

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2022-06-24 11:02:41 +00:00
committed by Compute-Runtime-Automation
parent 9f1b13e329
commit 4673a98074
39 changed files with 60 additions and 91 deletions

View File

@ -8,11 +8,10 @@
#include "shared/source/command_container/command_encoder.h"
#include "shared/source/command_stream/linear_stream.h"
#include "shared/source/command_stream/stream_properties.h"
#include "shared/source/gen12lp/hw_cmds.h"
#include "shared/test/common/helpers/default_hw_info.h"
#include "shared/test/common/test_macros/test.h"
#include "hw_cmds.h"
using namespace NEO;
using CommandEncodeGen12LpTest = ::testing::Test;

View File

@ -5,10 +5,9 @@
*
*/
#include "shared/source/gen11/hw_cmds.h"
#include "shared/test/common/test_configuration/aub_tests/aub_tests_configuration.inl"
#include "hw_cmds.h"
using namespace NEO;
template AubTestsConfig getAubTestsConfig<ICLFamily>();

View File

@ -5,10 +5,9 @@
*
*/
#include "shared/source/gen12lp/hw_cmds.h"
#include "shared/test/common/test_configuration/aub_tests/aub_tests_configuration.h"
#include "hw_cmds.h"
using namespace NEO;
template <>

View File

@ -5,10 +5,9 @@
*
*/
#include "shared/source/gen8/hw_cmds.h"
#include "shared/test/common/test_configuration/aub_tests/aub_tests_configuration.inl"
#include "hw_cmds.h"
using namespace NEO;
template AubTestsConfig getAubTestsConfig<BDWFamily>();

View File

@ -5,10 +5,9 @@
*
*/
#include "shared/source/gen9/hw_cmds.h"
#include "shared/test/common/test_configuration/aub_tests/aub_tests_configuration.inl"
#include "hw_cmds.h"
using namespace NEO;
template AubTestsConfig getAubTestsConfig<SKLFamily>();

View File

@ -5,10 +5,9 @@
*
*/
#include "shared/source/xe_hp_core/hw_cmds.h"
#include "shared/test/common/test_configuration/aub_tests/aub_tests_configuration.h"
#include "hw_cmds.h"
using namespace NEO;
template <>

View File

@ -5,10 +5,9 @@
*
*/
#include "shared/source/xe_hpc_core/hw_cmds.h"
#include "shared/test/common/test_configuration/aub_tests/aub_tests_configuration.h"
#include "shared/test/common/test_macros/test.h"
#include "hw_cmds.h"
using namespace NEO;
template <>

View File

@ -5,10 +5,9 @@
*
*/
#include "shared/source/xe_hpg_core/hw_cmds.h"
#include "shared/test/common/test_configuration/aub_tests/aub_tests_configuration.h"
#include "hw_cmds.h"
using namespace NEO;
template <>

View File

@ -7,14 +7,13 @@
#include "shared/source/command_container/command_encoder.h"
#include "shared/source/command_stream/stream_properties.h"
#include "shared/source/xe_hp_core/hw_cmds.h"
#include "shared/test/common/cmd_parse/gen_cmd_parse.h"
#include "shared/test/common/fixtures/command_container_fixture.h"
#include "shared/test/common/helpers/debug_manager_state_restore.h"
#include "shared/test/common/mocks/mock_dispatch_kernel_encoder_interface.h"
#include "shared/test/common/test_macros/test.h"
#include "hw_cmds.h"
using namespace NEO;
using CommandEncodeXeHpCoreTest = ::testing::Test;

View File

@ -8,11 +8,10 @@
#include "shared/source/command_container/command_encoder.h"
#include "shared/source/command_stream/linear_stream.h"
#include "shared/source/command_stream/stream_properties.h"
#include "shared/source/xe_hpg_core/hw_cmds.h"
#include "shared/test/common/helpers/default_hw_info.h"
#include "shared/test/common/test_macros/test.h"
#include "hw_cmds.h"
using namespace NEO;
using CommandEncodeDG2Test = ::testing::Test;

View File

@ -8,12 +8,11 @@
#include "shared/source/command_container/command_encoder.h"
#include "shared/source/helpers/hw_helper.h"
#include "shared/source/os_interface/hw_info_config.h"
#include "shared/source/xe_hpg_core/hw_cmds.h"
#include "shared/test/common/helpers/default_hw_info.h"
#include "shared/test/common/helpers/variable_backup.h"
#include "shared/test/common/test_macros/test.h"
#include "hw_cmds.h"
using namespace NEO;
using CommandEncodeStatesDg2Test = ::testing::Test;

View File

@ -6,13 +6,12 @@
*/
#include "shared/source/direct_submission/dispatchers/blitter_dispatcher.h"
#include "shared/source/xe_hp_core/hw_cmds.h"
#include "shared/test/common/cmd_parse/hw_parse.h"
#include "shared/test/common/fixtures/direct_submission_fixture.h"
#include "shared/test/common/mocks/mock_direct_submission_hw.h"
#include "shared/test/common/test_macros/test.h"
#include "hw_cmds.h"
using DirectSubmissionTestXE_HP_CORE = Test<DirectSubmissionFixture>;
XE_HP_CORE_TEST_F(DirectSubmissionTestXE_HP_CORE, givenBlitterUsedWhenDispatchingPrefetchMitigationThenExpectBbStartCmd) {

View File

@ -6,14 +6,13 @@
*/
#include "shared/source/command_container/command_encoder.h"
#include "shared/source/xe_hpc_core/hw_cmds.h"
#include "shared/test/common/cmd_parse/gen_cmd_parse.h"
#include "shared/test/common/fixtures/command_container_fixture.h"
#include "shared/test/common/helpers/default_hw_info.h"
#include "shared/test/common/mocks/mock_dispatch_kernel_encoder_interface.h"
#include "shared/test/common/test_macros/test.h"
#include "hw_cmds.h"
using namespace NEO;
using CommandEncodeStatesPvcTest = ::testing::Test;

View File

@ -11,6 +11,7 @@
#include "shared/source/gmm_helper/gmm_helper.h"
#include "shared/source/kernel/kernel_descriptor.h"
#include "shared/source/os_interface/hw_info_config.h"
#include "shared/source/xe_hpc_core/hw_cmds.h"
#include "shared/test/common/cmd_parse/gen_cmd_parse.h"
#include "shared/test/common/fixtures/command_container_fixture.h"
#include "shared/test/common/helpers/debug_manager_state_restore.h"
@ -18,8 +19,6 @@
#include "shared/test/common/mocks/mock_dispatch_kernel_encoder_interface.h"
#include "shared/test/common/test_macros/test.h"
#include "hw_cmds.h"
using namespace NEO;
HWTEST_EXCLUDE_PRODUCT(XeHPAndLaterEncodeMiFlushDWTest, whenMiFlushDwIsProgrammedThenSetFlushCcsAndLlc, IGFX_XE_HPC_CORE);