From: Daniel Vetter Date: Sun, 22 Feb 2015 11:24:16 +0000 (+0100) Subject: drm: Add DRM_DEBUG_ATOMIC X-Git-Tag: omap-for-v4.2/o2_dc~72^2~39^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17a38d9c254bf4e3b0d8b7ccd5c1988cb63730ff;p=pandora-kernel.git drm: Add DRM_DEBUG_ATOMIC 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 this out. Cc: Ville Syrjälä Reviewed-by: Rob Clark Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed