Move WddmResidencyController to OsContext

Change-Id: If27d52617dec9b290b7eccc7cb4a6ae5037d7112
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
Maciej Dziuban
2018-10-10 10:39:02 +02:00
committed by sys_ocldev
parent d924b890f2
commit de5ed6509f
7 changed files with 85 additions and 109 deletions

View File

@@ -251,7 +251,7 @@ class MemoryManager {
::alignedFree(ptr);
}
virtual void registerOsContext(OsContext *contextToRegister);
void registerOsContext(OsContext *contextToRegister);
size_t getOsContextCount() { return registeredOsContexts.size(); }
CommandStreamReceiver *getCommandStreamReceiver(uint32_t contextId);