[PATCH v4 0/4] drm/i915: Asynchronous vma unbinding

2022-01-03 Thread Thomas Hellström
This patch series introduces infrastructure for asynchronous vma unbinding. The single enabled use-case is initially at buffer object migration where we otherwise sync when unbinding vmas before migration. This in theory allows us to pipeline any number of migrations, but in practice the number is

[PATCH v4 0/4] drm/i915: Asynchronous vma unbinding part1

2021-12-21 Thread Thomas Hellström
This is the first three already reviewed patches from the patch series titled "Asynchronous vma unbinding", with an additional cleanup patch from Christian, which would otherwise conflict heavily with this series. Christian König (1): drm/i915: remove questionable fence optimization during copy