Re: [PATCH] accel/amdxdna: Refactor hardware context destroy routine

2025-02-14 Thread Jeffrey Hugo
On 1/24/2025 10:35 AM, Lizhi Hou wrote: It is required by firmware to wait up to 2 seconds for pending commands before sending the destroy hardware context command. After 2 seconds wait, if there are still pending commands, driver needs to cancel them. So the context destroy steps need to be:

Re: [PATCH] accel/amdxdna: Refactor hardware context destroy routine

2025-01-31 Thread Jeffrey Hugo
On 1/24/2025 10:35 AM, Lizhi Hou wrote: It is required by firmware to wait up to 2 seconds for pending commands before sending the destroy hardware context command. After 2 seconds wait, if there are still pending commands, driver needs to cancel them. So the context destroy steps need to be: