Re: [Intel-gfx] [PATCH v3] drm/i915/debugfs: Show context objects in i915_gem_objects

2016-05-25 Thread Chris Wilson
On Wed, May 25, 2016 at 12:55:21PM +0300, Joonas Lahtinen wrote: > On ma, 2016-05-23 at 14:01 +0100, Chris Wilson wrote: > > One of the uses for i915_gem_objects is pin-pointing leaks. For this, we > > can compare the number of allocated objects and who owns them, a > > discrepancy here often indic

Re: [Intel-gfx] [PATCH v3] drm/i915/debugfs: Show context objects in i915_gem_objects

2016-05-25 Thread Joonas Lahtinen
On ma, 2016-05-23 at 14:01 +0100, Chris Wilson wrote: > One of the uses for i915_gem_objects is pin-pointing leaks. For this, we > can compare the number of allocated objects and who owns them, a > discrepancy here often indicates a kernel bug. One allocator of unreported > objects is for backing c

Re: [Intel-gfx] [PATCH v3] drm/i915/debugfs: Show context objects in i915_gem_objects

2016-05-24 Thread Tvrtko Ursulin
On 23/05/16 14:01, Chris Wilson wrote: One of the uses for i915_gem_objects is pin-pointing leaks. For this, we can compare the number of allocated objects and who owns them, a discrepancy here often indicates a kernel bug. One allocator of unreported objects is for backing context objects, so i

Re: [Intel-gfx] [PATCH v3] drm/i915/debugfs: Show context objects in i915_gem_objects

2016-05-23 Thread kbuild test robot
Hi, [auto build test ERROR on next-20160523] [cannot apply to drm-intel/for-linux-next v4.6-rc7 v4.6-rc6 v4.6-rc5 v4.6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Chris-Wilson/drm-i915-debug

Re: [Intel-gfx] [PATCH v3] drm/i915/debugfs: Show context objects in i915_gem_objects

2016-05-23 Thread kbuild test robot
Hi, [auto build test ERROR on next-20160523] [cannot apply to drm-intel/for-linux-next v4.6-rc7 v4.6-rc6 v4.6-rc5 v4.6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Chris-Wilson/drm-i915-debug

[Intel-gfx] [PATCH v3] drm/i915/debugfs: Show context objects in i915_gem_objects

2016-05-23 Thread Chris Wilson
One of the uses for i915_gem_objects is pin-pointing leaks. For this, we can compare the number of allocated objects and who owns them, a discrepancy here often indicates a kernel bug. One allocator of unreported objects is for backing context objects, so include those in the listing. v2: Take fil