Re: [Intel-gfx] [PATCH] drm/i915: Remove stolen object spam

2016-11-17 Thread Chris Wilson
On Wed, Nov 16, 2016 at 12:36:12PM +, Tvrtko Ursulin wrote: > On 16/11/2016 12:26, Chris Wilson wrote: > >We don't spam the debug when we create a normal object, nor when we > >allocate their pages. Yet we do for stolen objects, and since these are > >quite frequently used (at least once per co

Re: [Intel-gfx] [PATCH] drm/i915: Remove stolen object spam

2016-11-16 Thread Tvrtko Ursulin
On 16/11/2016 12:26, Chris Wilson wrote: We don't spam the debug when we create a normal object, nor when we allocate their pages. Yet we do for stolen objects, and since these are quite frequently used (at least once per context), the resulting spam floods the dmesg in CI. Signed-off-by: Chris