[PATCH] drm/atomic: Use DRM_DEBUG_KMS instead of DRM_DEBUG_ATOMIC in error paths
Emil Velikov
emil.l.velikov at gmail.com
Mon May 16 12:21:25 UTC 2016
On 13 May 2016 at 16:13, <ville.syrjala at linux.intel.com> wrote:
> From: Ville Syrjälä <ville.syrjala at linux.intel.com>
>
> DRM_DEBUG_ATOMIC generates a lot of noise that no one normally cares
> about. However error paths everyone cares about, so hiding thea error
> debugs under DRM_DEBUG_ATOMIC is a bad idea. Let's use DRM_DEBUG_KMS
> for those instead.
>
A nice alternative/parallel solution would be is to have tag/prefix
for the different types of messages. It will make things hell lot
easier to manage ;-)
-Emil
More information about the dri-devel
mailing list