Wddm context creation logs
Change-Id: If98c7cae967fb604b617d73963688d99d7ed5f25 Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
parent
29b17bb360
commit
03983425fa
|
@ -753,6 +753,10 @@ bool Wddm::createContext(OsContextWin &osContext) {
|
|||
status = getGdi()->createContext(&CreateContext);
|
||||
osContext.setWddmContextHandle(CreateContext.hContext);
|
||||
|
||||
printDebugString(DebugManager.flags.PrintDebugMessages.get(), stdout,
|
||||
"\nCreated Wddm context. Status: :%lu, engine: %u, contextId: %u, deviceBitfield: %lu \n",
|
||||
status, osContext.getEngineType(), osContext.getContextId(), osContext.getDeviceBitfield().to_ulong());
|
||||
|
||||
return status == STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue