mirror of https://github.com/torvalds/linux.git
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:
|
||
|---|---|---|
| .. | ||
| .kunitconfig | ||
| vc4_mock.c | ||
| vc4_mock.h | ||
| vc4_mock_crtc.c | ||
| vc4_mock_output.c | ||
| vc4_mock_plane.c | ||
| vc4_test_pv_muxing.c | ||