kfdtest: add base debug class and debug attach/detach operation
Add base debug class and attach/detach operations.
Signed-off-by: Jonathan Kim <jonathan.kim@amd.com>
Change-Id: I60f3c166646f05838fec208ac2f59bba998c63f8
[ROCm/ROCR-Runtime commit: dd56b38c2f]
This commit is contained in:
committed by
Jonathan Kim
parent
b5f6c688b6
commit
1435bb4887
@@ -774,6 +774,15 @@ hsaKmtDbgGetQueueData(
|
||||
bool suspend_queues //In
|
||||
);
|
||||
|
||||
/**
|
||||
Check whether gpu firmware and kernel support debugging
|
||||
*/
|
||||
HSAKMT_STATUS
|
||||
HSAKMTAPI
|
||||
hsaKmtCheckRuntimeDebugSupport(
|
||||
void
|
||||
);
|
||||
|
||||
/**
|
||||
Debug ops call primarily used for KFD testing
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user