Revert "feature: Enable Tile64 Optimization Flag"

This reverts commit 105a586615.

Signed-off-by: Andrzej Koska <andrzej.koska@intel.com>
This commit is contained in:
Andrzej Koska
2025-01-28 13:48:12 +00:00
committed by Compute-Runtime-Automation
parent 0db7128503
commit 1abb48c3e0
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2024 Intel Corporation
* Copyright (C) 2018-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -119,7 +119,7 @@ TEST_F(OsInterfaceTest, givenEnableFtrTile64OptimizationDebugKeyWhenSetThenPrope
{
wddm->gfxFeatureTable->FtrTile64Optimization = 1;
auto gmmHelper = std::make_unique<GmmHelper>(rootDeviceEnvironment);
EXPECT_EQ(1u, passedFtrTable.FtrTile64Optimization);
EXPECT_EQ(0u, passedFtrTable.FtrTile64Optimization);
}
{
debugManager.flags.EnableFtrTile64Optimization.set(-1);