Delete OsContext from FenceData

This decoupling is needed to move makeResidentResidencyAllocations into
WddmResidencyController, where we have only contextId, not the context itself

Change-Id: I0d79f1dc7a51fa6b1d713deb6e9003aa2b7be1d4
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
Maciej Dziuban
2018-10-22 16:43:20 +02:00
committed by sys_ocldev
parent 77b00fa749
commit 7fe0a0df06
9 changed files with 55 additions and 70 deletions

View File

@@ -23,6 +23,7 @@ class DeferredDeleter;
class ExecutionEnvironment;
class GraphicsAllocation;
class CommandStreamReceiver;
class OsContext;
class TimestampPacket;
struct HwPerfCounter;