Re: [Intel-gfx] [PATCH 3/3] drm/i915: Allocate active tracking nodes from a slabcache

2019-01-31 Thread Chris Wilson
Quoting Tvrtko Ursulin (2019-01-31 11:39:46) > > > On 30/01/2019 20:50, Chris Wilson wrote: > > Wrap the active tracking for a GPU references in a slabcache for faster > > allocations, and hopefully better fragmentation reduction. > > > > v2 where art thou? :) You killed v2! > > v3: Nothing de

Re: [Intel-gfx] [PATCH 3/3] drm/i915: Allocate active tracking nodes from a slabcache

2019-01-31 Thread Tvrtko Ursulin
On 30/01/2019 20:50, Chris Wilson wrote: Wrap the active tracking for a GPU references in a slabcache for faster allocations, and hopefully better fragmentation reduction. v2 where art thou? :) v3: Nothing device specific left, it's just a slabcache that we can make global. Signed-off-by:

Re: [Intel-gfx] [PATCH 3/3] drm/i915: Allocate active tracking nodes from a slabcache

2019-01-31 Thread kbuild test robot
Hi Chris, Thank you for the patch! Yet something to improve: [auto build test ERROR on drm-intel/for-linux-next] [also build test ERROR on next-20190130] [cannot apply to v5.0-rc4] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https:

Re: [Intel-gfx] [PATCH 3/3] drm/i915: Allocate active tracking nodes from a slabcache

2019-01-31 Thread kbuild test robot
Hi Chris, Thank you for the patch! Yet something to improve: [auto build test ERROR on drm-intel/for-linux-next] [also build test ERROR on next-20190130] [cannot apply to v5.0-rc4] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https:

[Intel-gfx] [PATCH 3/3] drm/i915: Allocate active tracking nodes from a slabcache

2019-01-30 Thread Chris Wilson
Wrap the active tracking for a GPU references in a slabcache for faster allocations, and hopefully better fragmentation reduction. v3: Nothing device specific left, it's just a slabcache that we can make global. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_active.c | 31 +++