mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Delete unneeded residency/eviction allocations mutators
Change-Id: Ic73ea4c4e3ebf422f935a440a1b4789fe1c15494 Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
b774e9c62b
commit
95e4dc4152
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user