Re: [Intel-gfx] [PATCH 13/38] drm/i915: Markup GEM API with lockdep asserts

2016-09-21 Thread Joonas Lahtinen
On ti, 2016-09-20 at 09:29 +0100, Chris Wilson wrote: > Add lockdep_assert_held(struct_mutex) to the API preamble of the > internal GEM interfaces. > Heck yeah! Reviewed-by: Joonas Lahtinen Regards, Joonas -- Joonas Lahtinen Open Source Technology Center

[Intel-gfx] [PATCH 13/38] drm/i915: Markup GEM API with lockdep asserts

2016-09-20 Thread Chris Wilson
Add lockdep_assert_held(struct_mutex) to the API preamble of the internal GEM interfaces. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem.c | 20 drivers/gpu/drm/i915/i915_gem_evict.c| 5 -