Re: [PATCH 09/11] drm/vc4: tests: pv-muxing: Switch to managed locking init

2023-07-19 Thread Javier Martinez Canillas
Maxime Ripard writes: > The new helper to init the locking context allows to remove some > boilerplate. > > Signed-off-by: Maxime Ripard > --- Reviewed-by: Javier Martinez Canillas -- Best regards, Javier Martinez Canillas Core Platforms Red Hat

[PATCH 09/11] drm/vc4: tests: pv-muxing: Switch to managed locking init

2023-07-10 Thread Maxime Ripard
The new helper to init the locking context allows to remove some boilerplate. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/tests/vc4_test_pv_muxing.c | 42 -- 1 file changed, 19 insertions(+), 23 deletions(-) diff --git a/drivers/gpu/drm/vc4/tests/vc4_test_pv_mux