Revert "[2/n] Use GfxPartition for 32-bit allocations - DrmMemoryManager"

This reverts commit 1ce2f9564a.

Related-To: NEO-2877

Change-Id: Id17e0bce560ed1d934412067f9e41d39c529018f
Signed-off-by: Venevtsev, Igor <igor.venevtsev@intel.com>
This commit is contained in:
Venevtsev, Igor
2019-04-25 10:32:56 +02:00
parent 016d6eda4b
commit 188c0797b6
9 changed files with 280 additions and 109 deletions

View File

@@ -58,8 +58,6 @@ class GfxPartition {
return getHeapBase(heapIndex) + heapGranularity;
}
bool isLimitedRange() { return getHeap(HeapIndex::HEAP_SVM).getSize() == 0ull; }
static const uint64_t heapGranularity = MemoryConstants::pageSize64k;
static const std::array<HeapIndex, 4> heap32Names;