Re: [Intel-gfx] [PATCH 12/38] drm/i915: Move list of timelines under its own lock

2019-01-18 Thread Tvrtko Ursulin
On 18/01/2019 14:00, Chris Wilson wrote: Currently, the list of timelines is serialised by the struct_mutex, but to alleviate difficulties with using that mutex in future, move the list management under its own dedicated mutex. Signed-off-by: Chris Wilson Reviewed-by: Tvrtko Ursulin Regard

[Intel-gfx] [PATCH 12/38] drm/i915: Move list of timelines under its own lock

2019-01-18 Thread Chris Wilson
Currently, the list of timelines is serialised by the struct_mutex, but to alleviate difficulties with using that mutex in future, move the list management under its own dedicated mutex. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_drv.h | 5 +- drivers/gpu/drm/i915/i