SWDEV-291787 - Fix Windows build
Change-Id: I1b97a1100e4c498f53aaad7157f21d0c5f8a130d
This commit is contained in:
committed by
Maneesh Gupta
orang tua
84b971c7c1
melakukan
0a59c9c4c3
@@ -1725,7 +1725,7 @@ void VirtualGPU::submitUnmapMemory(amd::UnmapMemoryCommand& vcmd) {
|
||||
// Map/unmap must be serialized
|
||||
amd::ScopedLock lock(owner->lockMemoryOps());
|
||||
memory->unmap(this);
|
||||
if (memory->getMapount() == 0) {
|
||||
if (memory->getMapCount() == 0) {
|
||||
memory->setPersistentMapFlag(false);
|
||||
}
|
||||
} else if (memory->mapMemory() != nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user