mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
refactor: Move residency controller to wddm
Resolves: NEO-13315 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9893a8c791
commit
d9624a270c
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user