Re: [PATCH 1/6] accel/ivpu: Add support for hardware fault injection

2025-02-03 Thread Jacek Lawrynowicz
On 1/31/2025 7:41 PM, Jeffrey Hugo wrote: > On 1/29/2025 5:56 AM, Jacek Lawrynowicz wrote: >> This commit introduces the capability to simulate hardware faults for > > Nit - "This commit" is redundant. Sure, removed.

Re: [PATCH 1/6] accel/ivpu: Add support for hardware fault injection

2025-01-31 Thread Jeffrey Hugo
On 1/29/2025 5:56 AM, Jacek Lawrynowicz wrote: This commit introduces the capability to simulate hardware faults for Nit - "This commit" is redundant. testing purposes. The new `fail_hw` fault can be injected in `ivpu_hw_reg_poll_fld()`, which is used in various parts of the driver to wait fo

[PATCH 1/6] accel/ivpu: Add support for hardware fault injection

2025-01-29 Thread Jacek Lawrynowicz
This commit introduces the capability to simulate hardware faults for testing purposes. The new `fail_hw` fault can be injected in `ivpu_hw_reg_poll_fld()`, which is used in various parts of the driver to wait for the hardware to reach a specific state. This allows to test failures during NPU boot