diff --git a/opencl/test/unit_test/aub_tests/xe2_hpg_core/lnl/CMakeLists.txt b/opencl/test/unit_test/aub_tests/xe2_hpg_core/lnl/CMakeLists.txt index bd6edf25bc..209134fefc 100644 --- a/opencl/test/unit_test/aub_tests/xe2_hpg_core/lnl/CMakeLists.txt +++ b/opencl/test/unit_test/aub_tests/xe2_hpg_core/lnl/CMakeLists.txt @@ -8,5 +8,6 @@ if(TESTS_LNL) target_sources(igdrcl_aub_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt ${CMAKE_CURRENT_SOURCE_DIR}/copy_engine_aub_tests_lnl.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/aub_tests_excludes_lnl.cpp ) endif() diff --git a/opencl/test/unit_test/aub_tests/xe2_hpg_core/lnl/aub_tests_excludes_lnl.cpp b/opencl/test/unit_test/aub_tests/xe2_hpg_core/lnl/aub_tests_excludes_lnl.cpp new file mode 100644 index 0000000000..b29d3d9ae4 --- /dev/null +++ b/opencl/test/unit_test/aub_tests/xe2_hpg_core/lnl/aub_tests_excludes_lnl.cpp @@ -0,0 +1,13 @@ +/* + * Copyright (C) 2024 Intel Corporation + * + * SPDX-License-Identifier: MIT + * + */ + +#include "shared/source/xe2_hpg_core/hw_cmds_bmg.h" +#include "shared/test/common/test_macros/hw_test_base.h" + +HWTEST_EXCLUDE_PRODUCT(CompressionSystemXeHPAndLater, GENERATEONLY_givenCompressedBuffersWhenWritingAndCopyingThenResultsAreCorrect, IGFX_LUNARLAKE); +HWTEST_EXCLUDE_PRODUCT(CompressionSystemXeHPAndLater, GENERATEONLY_givenCompressedImage2DFromBufferWhenItIsUsedThenDataIsCorrect, IGFX_LUNARLAKE); +HWTEST_EXCLUDE_PRODUCT(CompressionSystemXeHPAndLater, givenCompressedImageWhenReadingThenResultsAreCorrect, IGFX_LUNARLAKE); diff --git a/opencl/test/unit_test/aub_tests/xe2_hpg_core/lnl/copy_engine_aub_tests_lnl.cpp b/opencl/test/unit_test/aub_tests/xe2_hpg_core/lnl/copy_engine_aub_tests_lnl.cpp index 22f59b1a0f..36d109682e 100644 --- a/opencl/test/unit_test/aub_tests/xe2_hpg_core/lnl/copy_engine_aub_tests_lnl.cpp +++ b/opencl/test/unit_test/aub_tests/xe2_hpg_core/lnl/copy_engine_aub_tests_lnl.cpp @@ -25,18 +25,6 @@ struct CopyEnginesLnlFixture : public CopyEngineXeHPAndLater; -LNLTEST_F(SingleTileSystemMemLnlCoreTests, givenNotCompressedBufferWhenBltExecutedThenCompressDataAndResolve) { - givenNotCompressedBufferWhenBltExecutedThenCompressDataAndResolveImpl(); -} - -LNLTEST_F(SingleTileSystemMemLnlCoreTests, givenHostPtrWhenBlitCommandToCompressedBufferIsDispatchedThenCopiedDataIsValid) { - givenHostPtrWhenBlitCommandToCompressedBufferIsDispatchedThenCopiedDataIsValidImpl(); -} - -LNLTEST_F(SingleTileSystemMemLnlCoreTests, givenDstHostPtrWhenBlitCommandFromCompressedBufferIsDispatchedThenCopiedDataIsValid) { - givenDstHostPtrWhenBlitCommandFromCompressedBufferIsDispatchedThenCopiedDataIsValidImpl(); -} - LNLTEST_F(SingleTileSystemMemLnlCoreTests, givenDstHostPtrWhenBlitCommandFromNotCompressedBufferIsDispatchedThenCopiedDataIsValid) { givenDstHostPtrWhenBlitCommandFromNotCompressedBufferIsDispatchedThenCopiedDataIsValidImpl(); } @@ -57,10 +45,6 @@ LNLTEST_F(SingleTileSystemMemLnlCoreTests, givenOffsetsWhenBltExecutedThenCopied givenOffsetsWhenBltExecutedThenCopiedDataIsValidImpl(); } -LNLTEST_F(SingleTileSystemMemLnlCoreTests, givenSrcCompressedBufferWhenBlitCommandToDstCompressedBufferIsDispatchedThenCopiedDataIsValid) { - givenSrcCompressedBufferWhenBlitCommandToDstCompressedBufferIsDispatchedThenCopiedDataIsValidImpl(); -} - LNLTEST_F(SingleTileSystemMemLnlCoreTests, givenCompressedBufferWhenAuxTranslationCalledThenResolveAndCompress) { givenCompressedBufferWhenAuxTranslationCalledThenResolveAndCompressImpl(); } diff --git a/shared/source/xe2_hpg_core/hw_info_lnl.cpp b/shared/source/xe2_hpg_core/hw_info_lnl.cpp index b8f86d7246..753ffc9f42 100644 --- a/shared/source/xe2_hpg_core/hw_info_lnl.cpp +++ b/shared/source/xe2_hpg_core/hw_info_lnl.cpp @@ -93,7 +93,6 @@ void LNL::setupFeatureAndWorkaroundTable(HardwareInfo *hwInfo) { featureTable->flags.ftrE2ECompression = true; featureTable->flags.ftrTile64Optimization = true; featureTable->flags.ftrWalkerMTP = true; - featureTable->flags.ftrXe2Compression = true; featureTable->flags.ftrXe2PlusTiling = true; featureTable->flags.ftrPml5Support = true; diff --git a/shared/test/unit_test/xe2_hpg_core/lnl/hw_info_tests_lnl.cpp b/shared/test/unit_test/xe2_hpg_core/lnl/hw_info_tests_lnl.cpp index b8570efc8c..659f6e0aa9 100644 --- a/shared/test/unit_test/xe2_hpg_core/lnl/hw_info_tests_lnl.cpp +++ b/shared/test/unit_test/xe2_hpg_core/lnl/hw_info_tests_lnl.cpp @@ -61,7 +61,7 @@ LNLTEST_F(LnlHwInfoTest, givenBoolWhenCallLnlHardwareInfoSetupThenFeatureTableAn EXPECT_EQ(setParamBool, featureTable.flags.ftrE2ECompression); EXPECT_EQ(setParamBool, featureTable.flags.ftrIA32eGfxPTEs); EXPECT_EQ(setParamBool, featureTable.flags.ftrTile64Optimization); - EXPECT_EQ(setParamBool, featureTable.flags.ftrXe2Compression); + EXPECT_EQ(false, featureTable.flags.ftrXe2Compression); EXPECT_EQ(setParamBool, featureTable.flags.ftrXe2PlusTiling); EXPECT_EQ(setParamBool, featureTable.flags.ftrPml5Support); EXPECT_EQ(false, featureTable.flags.ftrTileY);