Re: [PATCH 01/34] drm/amdkfd: add debug and runtime enable interface

2023-03-27 Thread Felix Kuehling
With my comments on patches 8 and 21 addressed, patches 1-33 are Reviewed-by: Felix Kuehling Patch 34 needs a more thorough review and testing. It's not an essential part of the patch series and can be finished later. Regards,   Felix On 2023-03-27 14:43, Jonathan Kim wrote: Introduce the

[PATCH 01/34] drm/amdkfd: add debug and runtime enable interface

2023-03-27 Thread Jonathan Kim
Introduce the GPU debug operations interface. For ROCm-GDB to extend the GNU Debugger's ability to inspect the AMD GPU instruction set, provide the necessary interface to allow the debugger to HW debug-mode set and query exceptions per HSA queue, process or device. The runtime_enable interface co