Include event_id in SDMA interrupt payload.
The event id assists KFD in locating the proper event associated with the interrupt. Change-Id: I75d58b6be74dd5b1edb0c5fe2b9d01538a649ba1
This commit is contained in:
@@ -208,7 +208,7 @@ class BlitSdma : public BlitSdmaBase {
|
||||
|
||||
void BuildGetGlobalTimestampCommand(char* cmd_addr, void* write_address);
|
||||
|
||||
void BuildTrapCommand(char* cmd_addr);
|
||||
void BuildTrapCommand(char* cmd_addr, uint32_t event_id);
|
||||
|
||||
void BuildGCRCommand(char* cmd_addr, bool invalidate);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user