Disable decanonize is called on releaseGpuRange ULT

Related-To: NEO-2941

Change-Id: I9625ba1cd51a96d0f8dc4610508b97fa58a30a18
Signed-off-by: Igor Venevtsev <igor.venevtsev@intel.com>
This commit is contained in:
Igor Venevtsev 2020-01-03 12:40:25 +01:00 committed by sys_ocldev
parent 507190d92b
commit b2c1ea1fbe
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2019 Intel Corporation
* Copyright (C) 2017-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -3215,7 +3215,7 @@ TEST_F(DrmMemoryManagerTest, givenSvmCpuAllocationWhenSizeAndAlignmentProvidedBu
EXPECT_EQ(nullptr, allocation);
}
TEST_F(DrmMemoryManagerTest, givenDrmMemoryManagerAndReleaseGpuRangeIsCalledThenGpuAddressIsDecanonized) {
TEST_F(DrmMemoryManagerTest, DISABLED_givenDrmMemoryManagerAndReleaseGpuRangeIsCalledThenGpuAddressIsDecanonized) {
auto mockGfxPartition = std::make_unique<MockGfxPartition>();
mockGfxPartition->init(maxNBitValue(48), 0, 0);
auto size = 2 * MemoryConstants::megaByte;