Re: [PATCH 2/4] drm/atomic: Add atomic_print_state to private objects

2022-03-24 Thread Daniel Vetter
On Thu, Mar 24, 2022 at 03:47:22PM +0100, Maxime Ripard wrote: > A number of drivers (amdgpu, komeda, vc4, etc.) leverage the > drm_private_state structure, but we don't have any infrastructure to > provide debugging like we do for the other components state. Let's add > an atomic_print_state hook

[PATCH 2/4] drm/atomic: Add atomic_print_state to private objects

2022-03-24 Thread Maxime Ripard
A number of drivers (amdgpu, komeda, vc4, etc.) leverage the drm_private_state structure, but we don't have any infrastructure to provide debugging like we do for the other components state. Let's add an atomic_print_state hook to be consistent. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/d