Re: [PATCH 4/8] drm/i915: use new reservation_object_fences helper

2019-08-06 Thread Chris Wilson
Quoting Christian König (2019-08-06 16:01:30) > Instead of open coding the sequence loop use the new helper. I've missed something. What reservation_object_fences()? -Chris ___ dri-devel mailing list dri-devel@lists.freedesktop.org

[PATCH 4/8] drm/i915: use new reservation_object_fences helper

2019-08-06 Thread Christian König
Instead of open coding the sequence loop use the new helper. Signed-off-by: Christian König --- drivers/gpu/drm/i915/gem/i915_gem_busy.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/drivers/gpu/drm/i915/gem/i915_gem_busy.c