Revert "Enable eviction only when needed flag in wddm"

This reverts commit aced55243c.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2022-07-18 10:39:35 +02:00
committed by Compute-Runtime-Automation
parent 78c96db2fa
commit d5b2f03dc4
2 changed files with 1 additions and 3 deletions

View File

@@ -366,7 +366,6 @@ bool Wddm::evict(const D3DKMT_HANDLE *handleList, uint32_t numOfHandles, uint64_
evict.hDevice = device;
evict.NumAllocations = numOfHandles;
evict.NumBytesToTrim = 0;
evict.Flags.EvictOnlyIfNecessary = 1;
status = getGdi()->evict(&evict);