Re: [Intel-gfx] [PATCH] drm/i915: Tune down reset_stat output from ERROR to debug

2014-01-14 Thread Daniel Vetter
On Tue, Jan 14, 2014 at 01:36:32PM +0200, Mika Kuoppala wrote: > Daniel Vetter writes: > > > This is user-triggerable and hence we should not allow it to spam > > dmesg. Also, it upsets the nice dmesg tracking piglit does. > > > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=72740 > > C

Re: [Intel-gfx] [PATCH] drm/i915: Tune down reset_stat output from ERROR to debug

2014-01-14 Thread Mika Kuoppala
Daniel Vetter writes: > This is user-triggerable and hence we should not allow it to spam > dmesg. Also, it upsets the nice dmesg tracking piglit does. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=72740 > Cc: Mika Kuoppala > Signed-off-by: Daniel Vetter Reviewed-by: Mika Kuoppala

Re: [Intel-gfx] [PATCH] drm/i915: Tune down reset_stat output from ERROR to debug

2014-01-14 Thread Chris Wilson
On Tue, Jan 14, 2014 at 11:40:54AM +0100, Daniel Vetter wrote: > This is user-triggerable and hence we should not allow it to spam > dmesg. Also, it upsets the nice dmesg tracking piglit does. Make note that this is just extra debugging information, mostly unwanted, in case of a hang and that ther

[Intel-gfx] [PATCH] drm/i915: Tune down reset_stat output from ERROR to debug

2014-01-14 Thread Daniel Vetter
This is user-triggerable and hence we should not allow it to spam dmesg. Also, it upsets the nice dmesg tracking piglit does. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=72740 Cc: Mika Kuoppala Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/i915_gem.c | 2 +- 1 file changed, 1