Re: [Intel-gfx] [PATCH v2 14/16] drm/i915: Remove assert_object_held_shared

2021-12-09 Thread Matthew Auld
On Mon, 29 Nov 2021 at 13:57, Maarten Lankhorst wrote: > > This duck tape workaround is no longer required, unbind and destroy are > fixed to take the obj->resv mutex before destroying and obj->mm.lock has > been removed, always requiring obj->resv as well. > > Signed-off-by: Maarten Lankhorst

[Intel-gfx] [PATCH v2 14/16] drm/i915: Remove assert_object_held_shared

2021-11-29 Thread Maarten Lankhorst
This duck tape workaround is no longer required, unbind and destroy are fixed to take the obj->resv mutex before destroying and obj->mm.lock has been removed, always requiring obj->resv as well. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/gem/i915_gem_object.c | 4 ++--