[PATCH 1/5] drm: Add DRM_DEBUG_ATOMIC

2015-02-22 Thread Daniel Vetter
Atomic state handling adds a lot of indirection and complexity between simple updates and drivers. For easier debugging the diagnostic output is therefore rather chatty. Which is great for tracking down atomic issues, but really annoying otherwise. Add a new DRM_DEBUG_ATOMIC to be able to filter t

[PATCH 1/5] drm: Add DRM_DEBUG_ATOMIC

2015-02-22 Thread Rob Clark
On Sun, Feb 22, 2015 at 6:24 AM, Daniel Vetter wrote: > Atomic state handling adds a lot of indirection and complexity between > simple updates and drivers. For easier debugging the diagnostic output > is therefore rather chatty. Which is great for tracking down atomic > issues, but really annoyi