Applied to drm-misc-next On 1/29/2025 1:56 PM, Jacek Lawrynowicz wrote: > Most notable is the addition of hardware fault injection support which allows > to test error handling paths in the driver. > > Jacek Lawrynowicz (2): > accel/ivpu: Add support for hardware fault injection > accel/ivpu: Update last_busy in IRQ handler > > Karol Wachowski (3): > accel/ivpu: Fix missing MMU events if file_priv is unbound > accel/ivpu: Turn on HWS by default on all platforms > accel/ivpu: Move recovery work to system_unbound_wq > > Tomasz Rusinowicz (1): > accel/ivpu: Enable recovery and adjust timeouts for fpga > > drivers/accel/ivpu/ivpu_debugfs.c | 5 +++ > drivers/accel/ivpu/ivpu_fw.c | 10 +---- > drivers/accel/ivpu/ivpu_hw.c | 33 +++++++++++---- > drivers/accel/ivpu/ivpu_hw_ip.c | 4 +- > drivers/accel/ivpu/ivpu_hw_reg_io.h | 64 +++++++++++++++++------------ > drivers/accel/ivpu/ivpu_job.c | 8 +++- > drivers/accel/ivpu/ivpu_pm.c | 7 +--- > 7 files changed, 78 insertions(+), 53 deletions(-) > > -- > 2.45.1