commit | 51a575d957fcb2848babb7163cb6e44a028a29ae | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Mar 16 13:19:53 2017 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Mar 17 17:57:20 2017 +0000 |
tree | 6576b0f8f8abbf00f63983b678264709183dee3e | |
parent | 92a0256e9acf20ee3f0add61b5aa774bfdf214cc [diff] |
drm/i915: Retire an active batch pool object rather than allocate new Since obj->active_count is only updated upon retirement, if we see an active object in the batch pool, double check that is still active before deciding to allocate a new object. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20170316132006.7976-3-chris@chris-wilson.co.uk Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>