mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Fix for Execution model PageFaults
- adding PC with MediaStateClear and MEDIA_VFE_STATE in EMCleanupSection Change-Id: I0ee0e121bc2fcc09ac79cb3b601591247326482a
This commit is contained in:
committed by
sys_ocldev
parent
03646887bf
commit
a9f30a5059
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user