Re: [Intel-gfx] [PATCH 15/19] drm/i915: Remove support for unlocked i915_vma unbind

2021-09-07 Thread Niranjana Vishwanathapura
On Mon, Aug 30, 2021 at 02:10:02PM +0200, Maarten Lankhorst wrote: Now that we require the object lock for all ops, some code handling race conditions can be removed. This is required to not take short-term pins inside execbuf. Ok I get it, as i915_vma_unbind() is now called uner obj lock we

[Intel-gfx] [PATCH 15/19] drm/i915: Remove support for unlocked i915_vma unbind

2021-08-30 Thread Maarten Lankhorst
Now that we require the object lock for all ops, some code handling race conditions can be removed. This is required to not take short-term pins inside execbuf. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/i915_vma.c | 40 + 1 file changed, 5