Re: [Intel-gfx] [RFC] drm/i915/sw_fence: Allocate callbacks from dedicates slab caches

2016-11-02 Thread Chris Wilson
On Wed, Nov 02, 2016 at 05:44:07PM +, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > Not sure if it matters for performance at all but it should > save some wastage and enable a better insight into the usage. With the caveat of avoiding the plug into the i915.ko... This should wait until

[Intel-gfx] [RFC] drm/i915/sw_fence: Allocate callbacks from dedicates slab caches

2016-11-02 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Not sure if it matters for performance at all but it should save some wastage and enable a better insight into the usage. Signed-off-by: Tvrtko Ursulin Cc: Chris Wilson --- drivers/gpu/drm/i915/i915_gem.c | 10 +- drivers/gpu/drm/i915/i915_sw_fence.c | 67 +++