drm/vc4: Implement atomic_print_state for HVS channel state
authorMaxime Ripard <maxime@cerno.tech>
Mon, 28 Mar 2022 12:43:04 +0000 (14:43 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Thu, 31 Mar 2022 08:19:45 +0000 (10:19 +0200)
commit66bfe59dd307b0b601ef721d348d850c8bf2396e
treedc880b1fee1a4c5e1ac843bdb2de41da8e610745
parent220f125cd5153f570022b11a89d2f96b0e0979cf
drm/vc4: Implement atomic_print_state for HVS channel state

The HVS state configuration is useful when debugging what's going on in
the vc4 hardware pipeline. Add an implementation of .atomic_print_state.

Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20220328124304.2309418-5-maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_kms.c