Re: [Intel-gfx] [PATCH 19/19] drm/i915: Add accelerated migration to ttm

2021-09-16 Thread Intel
drm/i915/ttm: Add async migration to the TTM backend? On 8/30/21 2:10 PM, Maarten Lankhorst wrote: Expose the fence to ttm_bo->moving, which will get picked up by i915 through the i915_gem_object_get_moving_fence call. Should be sufficient for the needs we have. Signed-off-by: Maarten

[Intel-gfx] [PATCH 19/19] drm/i915: Add accelerated migration to ttm

2021-08-30 Thread Maarten Lankhorst
Expose the fence to ttm_bo->moving, which will get picked up by i915 through the i915_gem_object_get_moving_fence call. Should be sufficient for the needs we have. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/gem/i915_gem_ttm.c | 104 1 file changed, 54