linux/drivers/gpu/drm/vc4/tests
Maxime Ripard 30188df0c3
drm/tests: Drop drm_kunit_helper_acquire_ctx_alloc()
lockdep complains when a lock is released in a separate thread the
lock is taken in, and it turns out that kunit does run its actions in a
separate thread than the test ran in.

This means that drm_kunit_helper_acquire_ctx_alloc() just cannot work as
it's supposed to, so let's just get rid of it.

Suggested-by: Simona Vetter <simona.vetter@ffwll.ch>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20250220132537.2834168-1-mripard@kernel.org
Signed-off-by: Maxime Ripard <mripard@kernel.org>
2025-03-03 14:21:58 +01:00
..
.kunitconfig
vc4_mock.c drm/vc4: txp: Add a new TXP encoder type 2024-11-27 14:37:20 +00:00
vc4_mock.h drm/vc4: tests: Remove vc4_dummy_plane structure 2024-05-28 10:24:42 +02:00
vc4_mock_crtc.c drm/vc4: tests: Fix UAF in the mock helpers 2023-10-26 13:03:14 +02:00
vc4_mock_output.c drm/vc4: tests: Fix UAF in the mock helpers 2023-10-26 13:03:14 +02:00
vc4_mock_plane.c drm/vc4: tests: Convert to plane creation helper 2024-05-28 10:24:42 +02:00
vc4_test_pv_muxing.c drm/tests: Drop drm_kunit_helper_acquire_ctx_alloc() 2025-03-03 14:21:58 +01:00