Fix for Execution model PageFaults

- adding PC with MediaStateClear and MEDIA_VFE_STATE in
EMCleanupSection

Change-Id: I0ee0e121bc2fcc09ac79cb3b601591247326482a
This commit is contained in:
Hoppe, Mateusz
2017-12-20 13:24:19 +01:00
committed by sys_ocldev
parent 03646887bf
commit a9f30a5059
12 changed files with 261 additions and 25 deletions

View File

@@ -858,8 +858,9 @@ bool Wddm::submit(void *commandBuffer, size_t size, void *commandHeader) {
monitoredFence.currentFenceValue++;
}
}
UNRECOVERABLE_IF(!success);
getDeviceState();
UNRECOVERABLE_IF(!success);
return success;
}