Re: [PATCH v2 2/4] drm/vc4: tests: Document output handling functions

2025-04-05 Thread Maíra Canal
Hi Maxime, On 03/04/25 10:33, Maxime Ripard wrote: vc4_mock_atomic_add_output() and vc4_mock_atomic_del_output() are public but aren't documented. Let's provide the documentation. In particular, special care should be taken to deal with EDEADLK. Signed-off-by: Maxime Ripard Reviewed-by: Maí

[PATCH v2 2/4] drm/vc4: tests: Document output handling functions

2025-04-03 Thread Maxime Ripard
vc4_mock_atomic_add_output() and vc4_mock_atomic_del_output() are public but aren't documented. Let's provide the documentation. In particular, special care should be taken to deal with EDEADLK. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/tests/vc4_mock_output.c | 26 ++