commit | 4c2488cfaa997e396aeb9d6496db94c25b97c671 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Mon Aug 05 13:18:43 2019 +0200 |
committer | Christian König <christian.koenig@amd.com> | Wed Aug 07 13:12:01 2019 +0200 |
tree | 18379c3f1005f7c263de1e2c2b9de6829d6eb957 | |
parent | 96e95496b02dbf1b19a2d4ce238810572e149606 [diff] |
drm/i915: stop using seqcount for fence pruning After waiting for a reservation object use reservation_object_test_signaled_rcu to opportunistically prune the fences on the object. This allows removal of the seqcount handling in the reservation object. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/322032/?series=64786&rev=1