Re: [Intel-gfx] [PATCH 8/8] drm/i915: Trim unused workaround list entries

2018-11-30 Thread Tvrtko Ursulin
On 30/11/2018 11:49, Chris Wilson wrote: Quoting Tvrtko Ursulin (2018-11-30 11:32:01) From: Tvrtko Ursulin The new workaround list allocator grows the list in chunks so will end up with some unused space. Trim it when the initialization phase is done to free up a tiny bit of slab.

Re: [Intel-gfx] [PATCH 8/8] drm/i915: Trim unused workaround list entries

2018-11-30 Thread Chris Wilson
Quoting Tvrtko Ursulin (2018-11-30 11:32:01) > From: Tvrtko Ursulin > > The new workaround list allocator grows the list in chunks so will end up > with some unused space. Trim it when the initialization phase is done to > free up a tiny bit of slab. > > Signed-off-by: Tvrtko Ursulin > --- >

[Intel-gfx] [PATCH 8/8] drm/i915: Trim unused workaround list entries

2018-11-30 Thread Tvrtko Ursulin
From: Tvrtko Ursulin The new workaround list allocator grows the list in chunks so will end up with some unused space. Trim it when the initialization phase is done to free up a tiny bit of slab. Signed-off-by: Tvrtko Ursulin --- drivers/gpu/drm/i915/intel_workarounds.c | 13 + 1