[PATCH 0/6] drm: add atomic state logging and debugfs

2016-10-14 Thread Rob Clark
On Fri, Oct 14, 2016 at 7:55 PM, Rob Clark wrote: > Bit more spiffed out version of the RFC. Now with Sean's suggestion to > add vfuncs in plane/crtc/connector funcs for drivers that subclass the > various state structs. Plus Ville's suggestion about helper macros > for printing mode/rect struct

[PATCH 0/6] drm: add atomic state logging and debugfs

2016-10-14 Thread Rob Clark
Bit more spiffed out version of the RFC. Now with Sean's suggestion to add vfuncs in plane/crtc/connector funcs for drivers that subclass the various state structs. Plus Ville's suggestion about helper macros for printing mode/rect structs (and alignment with how drm_rect printed the integer and