Daniel Vetter f8466184bd drm/omap: gem: Switch to gem_free_object_unlocked()
The only thing that omap_gem_free_object does that might need the magic
protection of struct_mutex (of keeping all objects alive if that lock is
held, even if the last reference is gone) is the mm_list manipulation.
This is already protected by the separate omapdrm->list_lock, which
means that struct_mutex is not needed by omapdrm. We can switch to
gem_free_object_unlocked()

Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2018-06-28 13:41:05 +03:00
..
2018-01-30 18:05:25 +01:00
2018-04-25 09:09:22 +02:00
2018-06-22 11:03:43 +10:00
2018-06-22 11:03:43 +10:00
2018-03-28 14:30:41 +10:00
2018-03-28 14:30:41 +10:00
2018-05-04 00:13:41 +02:00
2017-12-27 19:00:09 -05:00
2018-06-07 14:06:31 -07:00
2018-06-22 11:03:43 +10:00
2018-05-22 10:45:43 +10:00
2018-04-25 09:09:22 +02:00
2018-06-08 15:52:54 +10:00
2018-04-30 09:32:43 +10:00
2018-06-06 08:16:33 -07:00
2018-06-06 08:16:33 -07:00
2018-03-29 19:14:21 +03:00
2018-06-06 08:16:33 -07:00
2018-06-20 16:58:31 +10:00
2018-03-28 14:30:41 +10:00
2017-12-19 21:37:24 +10:00
2018-03-28 14:30:41 +10:00
2018-05-03 21:26:32 +02:00
2018-05-04 11:36:45 +02:00