[PATCH 5/6] drm/atomic: add debugfs file to dump out atomic state

2016-10-17 Thread Sean Paul
On Fri, Oct 14, 2016 at 7:55 PM, Rob Clark wrote: A short commit message detailing the change and info printed would probably be helpful. Aside from that, Reviewed-by: Sean Paul > Signed-off-by: Rob Clark > --- > drivers/gpu/drm/drm_atomic.c | 40 >

[PATCH 5/6] drm/atomic: add debugfs file to dump out atomic state

2016-10-14 Thread Rob Clark
Signed-off-by: Rob Clark --- drivers/gpu/drm/drm_atomic.c | 40 drivers/gpu/drm/drm_debugfs.c | 9 + include/drm/drm_atomic.h | 4 3 files changed, 53 insertions(+) diff --git a/drivers/gpu/drm/drm_atomic.c b/drivers/gpu/drm/drm_atomi