[PATCH 0/4] drm/atomic: Atomic Private State debugging
Maxime Ripard
maxime at cerno.tech
Thu Mar 24 14:47:20 UTC 2022
Hi,
This series adds an atomic_print_state hook for drm_private_obj to ease the
debugging of driver-specific sub-classes, and adds one for vc4.
It also changes the call site of drm_atomic_print_new_state to make it more
consistent.
Let me know what you think,
Maxime
Maxime Ripard (4):
drm/atomic: Print the state every commit
drm/atomic: Add atomic_print_state to private objects
drm/vc4: Constify private state accessors
drm/vc4: Implement atomic_print_state for HVS channel state
drivers/gpu/drm/drm_atomic.c | 24 ++++++++++++++++++++++++
drivers/gpu/drm/drm_atomic_uapi.c | 3 ---
drivers/gpu/drm/vc4/vc4_kms.c | 24 +++++++++++++++++++++---
include/drm/drm_atomic.h | 13 +++++++++++++
4 files changed, 58 insertions(+), 6 deletions(-)
--
2.35.1
More information about the dri-devel
mailing list