Re: [PATCH 3/8] drm/i915: stop using seqcount for fenc pruning

2019-08-06 Thread Chris Wilson
Quoting Christian König (2019-08-06 16:01:29) > 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

[PATCH 3/8] drm/i915: stop using seqcount for fenc pruning

2019-08-06 Thread Christian König
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 --- drivers/gpu/drm/i915/gem/i915_gem_wait.c | 14