Delete unneeded residency/eviction allocations mutators

Change-Id: Ic73ea4c4e3ebf422f935a440a1b4789fe1c15494
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
Maciej Dziuban
2018-09-14 13:48:02 +02:00
committed by sys_ocldev
parent b774e9c62b
commit 95e4dc4152
8 changed files with 18 additions and 81 deletions

View File

@@ -145,7 +145,7 @@ void WddmCommandStreamReceiver<GfxFamily>::processResidency(ResidencyContainer &
template <typename GfxFamily>
void WddmCommandStreamReceiver<GfxFamily>::processEviction() {
getMemoryManager()->makeNonResidentEvictionAllocations(this->getEvictionAllocations());
this->clearEvictionAllocations();
this->getEvictionAllocations().clear();
}
template <typename GfxFamily>