Re: [Intel-gfx] [PATCH] drm/i915: Demote i915_gem_open() debugging from DRIVER to USER

2016-11-17 Thread Chris Wilson
On Thu, Nov 17, 2016 at 02:13:36PM +, Tvrtko Ursulin wrote: > > On 09/11/2016 10:45, Chris Wilson wrote: > >We use DRM_DEBUG() when reporting on user actions, to try and keep > >intentional errors out of the CI dmesg. Demote the debug from > >i915_gem_open() similarly so that it is only appare

Re: [Intel-gfx] [PATCH] drm/i915: Demote i915_gem_open() debugging from DRIVER to USER

2016-11-17 Thread Tvrtko Ursulin
On 09/11/2016 10:45, Chris Wilson wrote: We use DRM_DEBUG() when reporting on user actions, to try and keep intentional errors out of the CI dmesg. Demote the debug from i915_gem_open() similarly so that it is only apparent with drm.debug & 1 like its brethren. Signed-off-by: Chris Wilson ---

[Intel-gfx] [PATCH] drm/i915: Demote i915_gem_open() debugging from DRIVER to USER

2016-11-09 Thread Chris Wilson
We use DRM_DEBUG() when reporting on user actions, to try and keep intentional errors out of the CI dmesg. Demote the debug from i915_gem_open() similarly so that it is only apparent with drm.debug & 1 like its brethren. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem.c | 2 +- 1 f