Re: [Intel-gfx] [PATCH 2/4] drm/i915: Add ww context to prepare_(read/write)

2021-04-29 Thread Matthew Auld
On Thu, 29 Apr 2021 at 11:10, Maarten Lankhorst wrote: > > This will allow us to explicitly pass the ww to pin_pages, when it starts > taking it. > > Signed-off-by: Maarten Lankhorst Reviewed-by: Matthew Auld ___ Intel-gfx mailing list Intel-gfx@lists

[Intel-gfx] [PATCH 2/4] drm/i915: Add ww context to prepare_(read/write)

2021-04-29 Thread Maarten Lankhorst
This will allow us to explicitly pass the ww to pin_pages, when it starts taking it. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/gem/i915_gem_domain.c | 2 ++ drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 7 --- drivers/gpu/drm/i915/gem/i915_gem_object