]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Tune down reset_stat output from ERROR to debug
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 14 Jan 2014 10:40:54 +0000 (11:40 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 22 Jan 2014 09:34:35 +0000 (10:34 +0100)
commitd8ce27eefa3ac69681a538fc233ac48b7b74801b
treefc8789486bf578aac6692c4a6fa344270e63a3c4
parent6b689e1c504797a50de85269c347b949c9ec81df
drm/i915: Tune down reset_stat output from ERROR to debug

This is user-triggerable and hence we should not allow it to spam
dmesg. Also, it upsets the nice dmesg tracking piglit does.

Note that this is just extra debugging information, mostly
unwanted, in case of a hang and that there is a separate message to the
user giving instructions on how to report a bug for a GPU hang.

v2: Add note as suggests in Chris' reply.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=72740
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c