Re: [Intel-gfx] [PATCH] drm/i915: don't scream into dmesg when a modeset fails

2013-06-25 Thread Daniel Vetter
On Tue, Jun 25, 2013 at 10:10:49AM +0100, Chris Wilson wrote: > On Tue, Jun 25, 2013 at 11:06:52AM +0200, Daniel Vetter wrote: > > There are legit cases, e.g. when userspace asks for something > > impossible. So tune it down to debug output like we do with all other > > userspace-triggerable warnin

Re: [Intel-gfx] [PATCH] drm/i915: don't scream into dmesg when a modeset fails

2013-06-25 Thread Chris Wilson
On Tue, Jun 25, 2013 at 11:06:52AM +0200, Daniel Vetter wrote: > There are legit cases, e.g. when userspace asks for something > impossible. So tune it down to debug output like we do with all other > userspace-triggerable warnings. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=66111#

[Intel-gfx] [PATCH] drm/i915: don't scream into dmesg when a modeset fails

2013-06-25 Thread Daniel Vetter
There are legit cases, e.g. when userspace asks for something impossible. So tune it down to debug output like we do with all other userspace-triggerable warnings. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=66111#c5 Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/intel_display.