[2/n] Initialize Wddm interface in Wddm init.

Change-Id: If7184e64df54b4e6840970fec67cb5bc11909b7c
This commit is contained in:
Mrozek, Michal
2018-08-14 09:45:57 +02:00
committed by sys_ocldev
parent a5950500a3
commit 6c5875f805
9 changed files with 27 additions and 12 deletions

View File

@@ -28,9 +28,6 @@ bool OCLRT::WddmInterface20::createHwQueue(PreemptionMode preemptionMode) {
return false;
}
void OCLRT::WddmInterface20::destroyHwQueue() {
}
bool OCLRT::WddmInterface20::createMonitoredFence() {
NTSTATUS Status;
D3DKMT_CREATESYNCHRONIZATIONOBJECT2 CreateSynchronizationObject = {0};