Re: [PATCH 10/11] accel/ivpu: Add support for delayed D0i3 entry message

2023-10-28 Thread Stanislaw Gruszka
On Fri, Oct 27, 2023 at 09:07:22AM -0600, Jeffrey Hugo wrote: > > + if (!ivpu_hw_37xx_is_idle(vdev)) { > > + ivpu_warn(vdev, "VPU not idle during power down\n"); > > + if (ivpu_hw_37xx_ip_reset(vdev)) > > + ivpu_err(vdev, "Failed to reset the VPU\n"); > > +

Re: [PATCH 10/11] accel/ivpu: Add support for delayed D0i3 entry message

2023-10-27 Thread Jeffrey Hugo
On 10/25/2023 3:43 AM, Stanislaw Gruszka wrote: From: Andrzej Kacprowski Currently the VPU firmware prepares for D0i3 every time the VPU is entering D0i2 Idle state. This is not optimal as we might not enter D0i3 every time we enter D0i2 Idle and this preparation is quite costly. This

[PATCH 10/11] accel/ivpu: Add support for delayed D0i3 entry message

2023-10-25 Thread Stanislaw Gruszka
From: Andrzej Kacprowski Currently the VPU firmware prepares for D0i3 every time the VPU is entering D0i2 Idle state. This is not optimal as we might not enter D0i3 every time we enter D0i2 Idle and this preparation is quite costly. This optimization moves D0i3 preparation to a dedicated