Skip to content

Commit 56d10d7

Browse files
Enhance AUB comments.
Change-Id: I1ff53c9f60950cfe34706153578e86f8d36fc941
1 parent bd431ed commit 56d10d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/command_stream/aub_command_stream_receiver_hw.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ bool AUBCommandStreamReceiverHw<GfxFamily>::writeMemory(GraphicsAllocation &gfxA
606606

607607
{
608608
std::ostringstream str;
609-
str << "ppgtt: " << std::hex << std::showbase << gpuAddress;
609+
str << "ppgtt: " << std::hex << std::showbase << gpuAddress << " end address: " << gpuAddress + size << " cpu address: " << cpuAddress << " device mask: " << gfxAllocation.devicesBitfield << " size: " << std::dec << size;
610610
stream->addComment(str.str().c_str());
611611
}
612612

0 commit comments

Comments
 (0)