commit | f0cd518206e1a47e57bc251e1faba9d38eadcc59 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 28 13:58:43 2016 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 28 20:53:50 2016 +0100 |
tree | 4485b21ce74231b790d50faf85245bf7ca196699 | |
parent | fbbd37b36fa5e16a03aca07a922192d3db28588d [diff] |
drm/i915: Use lockless object free Having moved the locked phase of freeing an object to a separate worker, we can now declare to the core that we only need the unlocked variant of driver->gem_free_object, and can use the simple unreference internally. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20161028125858.23563-20-chris@chris-wilson.co.uk