|
1 | 1 | /* |
2 | | - * Copyright (C) 2018-2021 Intel Corporation |
| 2 | + * Copyright (C) 2018-2022 Intel Corporation |
3 | 3 | * |
4 | 4 | * SPDX-License-Identifier: MIT |
5 | 5 | * |
@@ -625,14 +625,6 @@ TEST(MemoryManagerTest, givenWriteCombinedTypeWhenGetAllocationDataIsCalledThenS |
625 | 625 | EXPECT_FALSE(allocData.flags.useSystemMemory); |
626 | 626 | } |
627 | 627 |
|
628 | | -TEST(MemoryManagerTest, givenDeviceQueueBufferTypeWhenGetAllocationDataIsCalledThenSystemMemoryIsRequested) { |
629 | | - AllocationData allocData; |
630 | | - MockMemoryManager mockMemoryManager; |
631 | | - AllocationProperties properties{mockRootDeviceIndex, 1, GraphicsAllocation::AllocationType::DEVICE_QUEUE_BUFFER, mockDeviceBitfield}; |
632 | | - mockMemoryManager.getAllocationData(allocData, properties, nullptr, mockMemoryManager.createStorageInfoFromProperties(properties)); |
633 | | - EXPECT_TRUE(allocData.flags.useSystemMemory); |
634 | | -} |
635 | | - |
636 | 628 | TEST(MemoryManagerTest, givenInternalHostMemoryTypeWhenGetAllocationDataIsCalledThenSystemMemoryIsRequested) { |
637 | 629 | AllocationData allocData; |
638 | 630 | MockMemoryManager mockMemoryManager; |
@@ -1122,7 +1114,6 @@ TEST_P(MemoryManagerGetAlloctionDataHaveNotToBeForcedTo48BitTest, givenAllocatio |
1122 | 1114 |
|
1123 | 1115 | static const GraphicsAllocation::AllocationType allocationHaveToBeForcedTo48Bit[] = { |
1124 | 1116 | GraphicsAllocation::AllocationType::COMMAND_BUFFER, |
1125 | | - GraphicsAllocation::AllocationType::DEVICE_QUEUE_BUFFER, |
1126 | 1117 | GraphicsAllocation::AllocationType::IMAGE, |
1127 | 1118 | GraphicsAllocation::AllocationType::INDIRECT_OBJECT_HEAP, |
1128 | 1119 | GraphicsAllocation::AllocationType::INSTRUCTION_HEAP, |
|
0 commit comments