Re: [Intel-gfx] [PATCH 00/24] drm/i915: Correct the locking hierarchy in gem.

2020-08-11 Thread Chris Wilson
Quoting Maarten Lankhorst (2020-08-10 11:30:39) > First start with a few reverts, to get to a good starting base for this > series: > - Async gpu relocations are not the way to go, for new platforms we will > disable gpu relocations altogether. > - We also need the relocation slowpath (EFAULT han

[Intel-gfx] [PATCH 00/24] drm/i915: Correct the locking hierarchy in gem.

2020-08-10 Thread Maarten Lankhorst
First start with a few reverts, to get to a good starting base for this series: - Async gpu relocations are not the way to go, for new platforms we will disable gpu relocations altogether. - We also need the relocation slowpath (EFAULT handling) back. - The eb_vma no longer needs to be refcounted