refactor: Move residency controller to wddm

Resolves: NEO-13315

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2025-10-21 12:00:55 +00:00
committed by Compute-Runtime-Automation
parent 9893a8c791
commit d9624a270c
22 changed files with 229 additions and 184 deletions

View File

@@ -122,6 +122,7 @@ class OSInterface : public NonCopyableClass {
MOCKABLE_VIRTUAL bool isLockablePointer(bool isLockable) const;
MOCKABLE_VIRTUAL bool isSizeWithinThresholdForStaging(const void *ptr, size_t size) const;
MOCKABLE_VIRTUAL uint32_t getAggregatedProcessCount() const;
void registerTrimCallback();
static bool osEnabled64kbPages;
static bool are64kbPagesEnabled();