Searched hist:"44 b87bb0836c65d1b9d21b01503eb6e9b9297771" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_debug.h | diff 44b87bb0836c65d1b9d21b01503eb6e9b9297771 Wed Apr 06 11:03:31 CDT 2022 Jonathan Kim <jonathan.kim@amd.com> drm/amdkfd: add raise exception event function
Exception events can be generated from interrupts or queue activitity.
The raise event function will save exception status of a queue, device or process then notify the debugger of the status change by writing to a debugger polled file descriptor that the debugger provides during debug attach.
For memory violation exceptions, extra exception data will be saved.
The debugger will be able to query the saved exception states by query operation that will be provided by follow up patches.
Signed-off-by: Jonathan Kim <jonathan.kim@amd.com> Reviewed-by: Felix Kuehling <felix.kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
H A D | kfd_debug.c | diff 44b87bb0836c65d1b9d21b01503eb6e9b9297771 Wed Apr 06 11:03:31 CDT 2022 Jonathan Kim <jonathan.kim@amd.com> drm/amdkfd: add raise exception event function
Exception events can be generated from interrupts or queue activitity.
The raise event function will save exception status of a queue, device or process then notify the debugger of the status change by writing to a debugger polled file descriptor that the debugger provides during debug attach.
For memory violation exceptions, extra exception data will be saved.
The debugger will be able to query the saved exception states by query operation that will be provided by follow up patches.
Signed-off-by: Jonathan Kim <jonathan.kim@amd.com> Reviewed-by: Felix Kuehling <felix.kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
H A D | kfd_process.c | diff 44b87bb0836c65d1b9d21b01503eb6e9b9297771 Wed Apr 06 11:03:31 CDT 2022 Jonathan Kim <jonathan.kim@amd.com> drm/amdkfd: add raise exception event function
Exception events can be generated from interrupts or queue activitity.
The raise event function will save exception status of a queue, device or process then notify the debugger of the status change by writing to a debugger polled file descriptor that the debugger provides during debug attach.
For memory violation exceptions, extra exception data will be saved.
The debugger will be able to query the saved exception states by query operation that will be provided by follow up patches.
Signed-off-by: Jonathan Kim <jonathan.kim@amd.com> Reviewed-by: Felix Kuehling <felix.kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
H A D | kfd_priv.h | diff 44b87bb0836c65d1b9d21b01503eb6e9b9297771 Wed Apr 06 11:03:31 CDT 2022 Jonathan Kim <jonathan.kim@amd.com> drm/amdkfd: add raise exception event function
Exception events can be generated from interrupts or queue activitity.
The raise event function will save exception status of a queue, device or process then notify the debugger of the status change by writing to a debugger polled file descriptor that the debugger provides during debug attach.
For memory violation exceptions, extra exception data will be saved.
The debugger will be able to query the saved exception states by query operation that will be provided by follow up patches.
Signed-off-by: Jonathan Kim <jonathan.kim@amd.com> Reviewed-by: Felix Kuehling <felix.kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|