Re: [PATCH] accel/ivpu: Fix warning in ivpu_ipc_send_receive_internal()

2025-04-05 Thread Jacek Lawrynowicz
Applied to drm-misc-fixes On 3/25/2025 12:42 PM, Maciej Falkowski wrote: > From: Jacek Lawrynowicz > > Warn if device is suspended only when runtime PM is enabled. > Runtime PM is disabled during reset/recovery and it is not an error > to use ivpu_ipc_send_receive_internal() in such cases. > >

Re: [PATCH] accel/ivpu: Fix warning in ivpu_ipc_send_receive_internal()

2025-03-27 Thread Lizhi Hou
On 3/25/25 04:42, Maciej Falkowski wrote: From: Jacek Lawrynowicz Warn if device is suspended only when runtime PM is enabled. Runtime PM is disabled during reset/recovery and it is not an error to use ivpu_ipc_send_receive_internal() in such cases. Fixes: 5eaa49741119 ("accel/ivpu: Prevent re

[PATCH] accel/ivpu: Fix warning in ivpu_ipc_send_receive_internal()

2025-03-25 Thread Maciej Falkowski
From: Jacek Lawrynowicz Warn if device is suspended only when runtime PM is enabled. Runtime PM is disabled during reset/recovery and it is not an error to use ivpu_ipc_send_receive_internal() in such cases. Fixes: 5eaa49741119 ("accel/ivpu: Prevent recovery invocation during probe and resume")