Re: [PATCH 4/4] drm/vc4: Implement atomic_print_state for HVS channel state

2022-03-24 Thread Daniel Vetter
On Thu, Mar 24, 2022 at 03:47:24PM +0100, Maxime Ripard wrote: > The HVS state configuration is useful when debugging what's going on in > the vc4 hardware pipeline. Add an implementation of .atomic_print_state. > > Signed-off-by: Maxime Ripard On the two vc4 patches: Acked-by: Daniel Vetter >

[PATCH 4/4] drm/vc4: Implement atomic_print_state for HVS channel state

2022-03-24 Thread Maxime Ripard
The HVS state configuration is useful when debugging what's going on in the vc4 hardware pipeline. Add an implementation of .atomic_print_state. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/vc4_kms.c | 17 + 1 file changed, 17 insertions(+) diff --git a/drivers/gpu/drm/v