Re: [PATCH] accel/ivpu: Reorder doorbell unregister and command queue destruction

2025-06-05 Thread Falkowski, Maciej
On 6/4/2025 6:18 PM, Jeff Hugo wrote: On 6/4/2025 9:44 AM, Maciej Falkowski wrote: From: Karol Wachowski Refactor ivpu_cmdq_unregister() to ensure the doorbell is unregistered before destroying the command queue. The NPU firmware requires doorbells to be unregistered prior to command queue de

Re: [PATCH] accel/ivpu: Reorder doorbell unregister and command queue destruction

2025-06-04 Thread Jeff Hugo
On 6/4/2025 9:44 AM, Maciej Falkowski wrote: From: Karol Wachowski Refactor ivpu_cmdq_unregister() to ensure the doorbell is unregistered before destroying the command queue. The NPU firmware requires doorbells to be unregistered prior to command queue destruction. If doorbell remains register

[PATCH] accel/ivpu: Reorder doorbell unregister and command queue destruction

2025-06-04 Thread Maciej Falkowski
From: Karol Wachowski Refactor ivpu_cmdq_unregister() to ensure the doorbell is unregistered before destroying the command queue. The NPU firmware requires doorbells to be unregistered prior to command queue destruction. If doorbell remains registered when command queue destroy command is sent f

Re: [PATCH] accel/ivpu: Reorder Doorbell Unregister and Command Queue Destruction

2025-05-28 Thread Jacek Lawrynowicz
Applied to drm-misc-fixes On 5/15/2025 11:41 AM, Jacek Lawrynowicz wrote: > From: Karol Wachowski > > Refactor ivpu_cmdq_unregister() to ensure the doorbell is unregistered > before destroying the command queue. The NPU firmware requires doorbells > to be unregistered prior to command queue dest

Re: [PATCH] accel/ivpu: Reorder Doorbell Unregister and Command Queue Destruction

2025-05-16 Thread Jeff Hugo
On 5/15/2025 3:41 AM, Jacek Lawrynowicz wrote: From: Karol Wachowski Refactor ivpu_cmdq_unregister() to ensure the doorbell is unregistered before destroying the command queue. The NPU firmware requires doorbells to be unregistered prior to command queue destruction. If doorbell remains regist

[PATCH] accel/ivpu: Reorder Doorbell Unregister and Command Queue Destruction

2025-05-15 Thread Jacek Lawrynowicz
From: Karol Wachowski Refactor ivpu_cmdq_unregister() to ensure the doorbell is unregistered before destroying the command queue. The NPU firmware requires doorbells to be unregistered prior to command queue destruction. If doorbell remains registered when command queue destroy command is sent f