Move heap32[0] to heap32[3].

Change-Id: Icea6eef5646894283725e29ce7ee930284af2673
This commit is contained in:
Mrozek, Michal
2018-12-03 09:32:36 +01:00
parent 1f7448425d
commit 09f3f4e856
2 changed files with 6 additions and 6 deletions

View File

@@ -173,8 +173,8 @@ bool WddmMock::openAdapter() {
}
void WddmMock::setHeap32(uint64_t base, uint64_t size) {
gfxPartition.Heap32[0].Base = base;
gfxPartition.Heap32[0].Limit = size;
gfxPartition.Heap32[3].Base = base;
gfxPartition.Heap32[3].Limit = size;
}
GMM_GFX_PARTITIONING *WddmMock::getGfxPartitionPtr() {