mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Clean log file from incorrect entries
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6eebf82ec5
commit
06bcc67e38
@@ -576,7 +576,7 @@ NTSTATUS Wddm::createAllocationsAndMapGpuVa(OsHandleStorage &osHandles) {
|
||||
status = getGdi()->createAllocation(&CreateAllocation);
|
||||
|
||||
if (status != STATUS_SUCCESS) {
|
||||
DBG_LOG(PrintDebugMessages, __FUNCTION__, "status: ", status);
|
||||
PRINT_DEBUG_STRING(DebugManager.flags.PrintDebugMessages.get(), stderr, __FUNCTION__ "status: %d", status);
|
||||
DEBUG_BREAK_IF(status != STATUS_GRAPHICS_NO_VIDEO_MEMORY);
|
||||
break;
|
||||
}
|
||||
@@ -590,7 +590,7 @@ NTSTATUS Wddm::createAllocationsAndMapGpuVa(OsHandleStorage &osHandles) {
|
||||
|
||||
if (!success) {
|
||||
osHandles.fragmentStorageData[allocationIndex].freeTheFragment = true;
|
||||
DBG_LOG(PrintDebugMessages, __FUNCTION__, "mapGpuVirtualAddress: ", success);
|
||||
PRINT_DEBUG_STRING(DebugManager.flags.PrintDebugMessages.get(), stderr, __FUNCTION__ "mapGpuVirtualAddress: %d", success);
|
||||
DEBUG_BREAK_IF(true);
|
||||
return STATUS_GRAPHICS_NO_VIDEO_MEMORY;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user