Add code to support packet capture and replay in the Thunk

This feature only support dgpu for now.

Change-Id: Ic766ec06892c955dd605ecc335a776335edc0df2
Signed-off-by: Gang Ba <gaba@amd.com>
This commit is contained in:
Gang Ba
2018-10-16 14:26:42 -04:00
committed by Oak Zeng
parent c1994e28f0
commit c54c1dbdcb
5 changed files with 73 additions and 37 deletions
+1 -1
View File
@@ -360,7 +360,7 @@ hsaKmtAllocMemory(
HSAuint32 PreferredNode, //IN
HSAuint64 SizeInBytes, //IN (multiple of page size)
HsaMemFlags MemFlags, //IN
void** MemoryAddress //OUT (page-aligned)
void** MemoryAddress //IN/OUT (page-aligned)
);
/**