mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 14:33:04 +08:00
fix: disable compression for exported allocations
Related-To: NEO-12021 Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
80afda1ac9
commit
432ecbc8f4
@@ -7929,3 +7929,8 @@ TEST_F(DrmMemoryManagerTest, givenDebugVariableToToggleGpuVaBitsWhenAllocatingRe
|
||||
memoryManager->freeGraphicsMemory(allocation);
|
||||
}
|
||||
}
|
||||
|
||||
TEST_F(DrmMemoryManagerTest, givenIsCompressionSupportedForShareableThenReturnCorrectValue) {
|
||||
EXPECT_FALSE(memoryManager->isCompressionSupportedForShareable(true));
|
||||
EXPECT_TRUE(memoryManager->isCompressionSupportedForShareable(false));
|
||||
}
|
||||
Reference in New Issue
Block a user