[PATCH] drm: Fixup locking WARN_ON mistake around gem_object_free_unlocked

2016-05-04 Thread Daniel Vetter
Embarrassingly while fixing up the old paths for i915 I managed to misplace a locking check for the new _unlocked paths. That's what I get for not retesting on radeon. Fixes: 9f0ba539d13a ("drm/gem: support BO freeing without dev->struct_mutex") Cc: Chris Wilson Cc: Alex Deucher Cc: Lucas Stach

[PATCH] drm: Fixup locking WARN_ON mistake around gem_object_free_unlocked

2016-05-04 Thread Alex Deucher
On Wed, May 4, 2016 at 8:29 AM, Daniel Vetter wrote: > Embarrassingly while fixing up the old paths for i915 I managed to > misplace a locking check for the new _unlocked paths. That's what I > get for not retesting on radeon. > > Fixes: 9f0ba539d13a ("drm/gem: support BO freeing without dev->stru