mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Wddm context creation logs
Change-Id: If98c7cae967fb604b617d73963688d99d7ed5f25 Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user