[PATCH 4/4] drm/vc4: tests: Retry pv-muxing tests when EDEADLK

2025-04-05 Thread Maxime Ripard
Some functions used by the HVS->PV muxing tests can return with EDEADLK, meaning the entire sequence should be restarted. It's not a fatal error and we should treat it as a recoverable error, and recover, instead of failing the test like we currently do. Fixes: 76ec18dc5afa ("drm/vc4: tests: Add u

Re: [PATCH 4/4] drm/vc4: tests: Retry pv-muxing tests when EDEADLK

2025-03-23 Thread MaĆ­ra Canal
Hi Maxime, On 18/03/25 11:17, Maxime Ripard wrote: Some functions used by the HVS->PV muxing tests can return with EDEADLK, meaning the entire sequence should be restarted. It's not a fatal error and we should treat it as a recoverable error, and recover, instead of failing the test like we curr