Skip to content
Snippets Groups Projects
Commit b40d7378 authored by Chris Wilson's avatar Chris Wilson
Browse files

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: default avatarChris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: default avatarMatthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190804124826.30272-2-chris@chris-wilson.co.uk
parent a4e57f90
No related branches found
No related tags found
Loading
Showing
with 289 additions and 265 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment