Re: [Intel-gfx] [PATCH v5 1/6] drm/i915: Initial introduction of vma resources

2022-01-06 Thread Matthew Auld
On 04/01/2022 12:51, Thomas Hellström wrote: Introduce vma resources, sort of similar to TTM resources, needed for asynchronous bind management. Initially we will use them to hold completion of unbinding when we capture data from a vma, but they will be used extensively in upcoming patches for a

[Intel-gfx] [PATCH v5 1/6] drm/i915: Initial introduction of vma resources

2022-01-04 Thread Thomas Hellström
Introduce vma resources, sort of similar to TTM resources, needed for asynchronous bind management. Initially we will use them to hold completion of unbinding when we capture data from a vma, but they will be used extensively in upcoming patches for asynchronous vma unbinding. Signed-off-by: Thom