Re: [PATCH 3/6] accel/ivpu/40xx: Ensure clock resource ownership Ack before Power-Up

2023-09-26 Thread Jeffrey Hugo
On 9/25/2023 6:11 AM, Stanislaw Gruszka wrote: From: Karol Wachowski We need to wait for the CLOCK_RESOURCE_OWN_ACK bit to be set after configuring the workpoint. This step ensures that the VPU microcontroller clock is actively toggling and ready for operation. Previously, we relied solely on

[PATCH 3/6] accel/ivpu/40xx: Ensure clock resource ownership Ack before Power-Up

2023-09-25 Thread Stanislaw Gruszka
From: Karol Wachowski We need to wait for the CLOCK_RESOURCE_OWN_ACK bit to be set after configuring the workpoint. This step ensures that the VPU microcontroller clock is actively toggling and ready for operation. Previously, we relied solely on the READY bit in the VPU_STATUS register, which i