commit | 5c4fe63abae8866dda31dd84f1bcc98e1e645734 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Dec 05 13:29:12 2019 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Dec 05 14:37:25 2019 +0000 |
tree | 6f43865f208454f58c1648e09c5c0d949c07eed5 | |
parent | 0471a44871cf304edbea3efac72e3e0ac8702b16 [diff] |
drm/i915/gem: Reinitialise the local list before repeating As we may start the loop again, we require our local list of i915_vma we've processed to be reinitialised. Fixes: aa5e4453dc05 ("drm/i915/gem: Try to flush pending unbind events") Closes: https://gitlab.freedesktop.org/drm/intel/issues/731 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Andi Shyti <andi.shyti@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191205132912.606868-1-chris@chris-wilson.co.uk