Re: [PATCH V3 11/11] accel/amdxdna: Add firmware debug buffer support

From: Jeffrey Hugo
Date: Fri Oct 04 2024 - 15:50:41 EST


On 9/11/2024 12:06 PM, Lizhi Hou wrote:
User application may allocate a debug buffer and attach it to an NPU
context through the driver. Then the NPU firmware prints its debug
information to this buffer for debugging.

I feel like I must be missing something. It looks like this patch accepts a buffer from the user, and stores it. However I don't see how the NPU firmware ever learns that this special buffer exists to then use it.