Re: [Intel-gfx] [PATCH 19/19] drm/i915: Replace struct_mutex for batch pool serialisation

2019-06-24 Thread Matthew Auld
On Mon, 24 Jun 2019 at 06:45, Chris Wilson wrote: > > Switch to tracking activity via i915_active on individual nodes, only > keeping a list of retired objects in the cache, and reaping the cache > when the engine itself idles. > > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/i915/Makefil

[Intel-gfx] [PATCH 19/19] drm/i915: Replace struct_mutex for batch pool serialisation

2019-06-23 Thread Chris Wilson
Switch to tracking activity via i915_active on individual nodes, only keeping a list of retired objects in the cache, and reaping the cache when the engine itself idles. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/Makefile | 2 +- .../gpu/drm/i915/gem/i915_gem_execbuff