]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit89e7276a944834c9a2bb1a268f5633fffb1b3ebe
treedc880b1fee1a4c5e1ac843bdb2de41da8e610745
parent741ddc2a409c7e658ca928b78d7dde2ac90824c9
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