commit | b40d73784ffc33f3c6431e7ceec3b20fffcd95c3 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sun Aug 04 13:48:26 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Sun Aug 04 14:31:18 2019 +0100 |
tree | 2159f319af4c715e07b341a6ef617e9330a459f0 | |
parent | a4e57f9031ccd543c549a34524af16c0c246e628 [diff] |
drm/i915: Replace struct_mutex for batch pool serialisation 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 <chris@chris-wilson.co.uk> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190804124826.30272-2-chris@chris-wilson.co.uk