[RFC] drm: add atomic state printing

2016-10-14 Thread Ville Syrjälä
On Thu, Oct 13, 2016 at 04:14:04PM -0400, Rob Clark wrote: > On Thu, Oct 13, 2016 at 2:24 PM, Ville Syrjälä > wrote: > > On Thu, Oct 13, 2016 at 01:16:29PM -0400, Rob Clark wrote: > >> Sometimes we just want to see the atomic state, without getting so many > >> other debug traces. So add a new

[RFC] drm: add atomic state printing

2016-10-13 Thread Ville Syrjälä
On Thu, Oct 13, 2016 at 01:38:30PM -0400, Sean Paul wrote: > On Thu, Oct 13, 2016 at 1:16 PM, Rob Clark wrote: > > Sometimes we just want to see the atomic state, without getting so many > > other debug traces. So add a new drm.debug bit for that. > > > > Note: it would be nice to put the helpers

[RFC] drm: add atomic state printing

2016-10-13 Thread Ville Syrjälä
On Thu, Oct 13, 2016 at 01:16:29PM -0400, Rob Clark wrote: > Sometimes we just want to see the atomic state, without getting so many > other debug traces. So add a new drm.debug bit for that. > > Note: it would be nice to put the helpers for printing plane/crtc state > next to plane/crtc state st

[RFC] drm: add atomic state printing

2016-10-13 Thread Rob Clark
On Thu, Oct 13, 2016 at 2:24 PM, Ville Syrjälä wrote: > On Thu, Oct 13, 2016 at 01:16:29PM -0400, Rob Clark wrote: >> Sometimes we just want to see the atomic state, without getting so many >> other debug traces. So add a new drm.debug bit for that. >> >> Note: it would be nice to put the helpe

[RFC] drm: add atomic state printing

2016-10-13 Thread Rob Clark
On Thu, Oct 13, 2016 at 1:38 PM, Sean Paul wrote: > On Thu, Oct 13, 2016 at 1:16 PM, Rob Clark wrote: >> Sometimes we just want to see the atomic state, without getting so many >> other debug traces. So add a new drm.debug bit for that. >> >> Note: it would be nice to put the helpers for printin

[RFC] drm: add atomic state printing

2016-10-13 Thread Sean Paul
On Thu, Oct 13, 2016 at 1:16 PM, Rob Clark wrote: > Sometimes we just want to see the atomic state, without getting so many > other debug traces. So add a new drm.debug bit for that. > > Note: it would be nice to put the helpers for printing plane/crtc state > next to plane/crtc state structs.. s

[RFC] drm: add atomic state printing

2016-10-13 Thread Rob Clark
Sometimes we just want to see the atomic state, without getting so many other debug traces. So add a new drm.debug bit for that. Note: it would be nice to put the helpers for printing plane/crtc state next to plane/crtc state structs.. so someone adding new stuff to the state structs is more like