Re: [Intel-gfx] [PATCH 4/5] drm/i915/guc: Init send_mutex in intel_uc_init()

2016-11-24 Thread Chris Wilson
On Thu, Nov 24, 2016 at 05:13:22PM +0100, Arkadiusz Hiler wrote: > send_mutex is used to serialise communication with GuC via > intel_guc_send(). > > Since functions that utilize it are no longer limited to submission, > initialization should be handled as a part of general setup. > > Cc: Chris W

[Intel-gfx] [PATCH 4/5] drm/i915/guc: Init send_mutex in intel_uc_init()

2016-11-24 Thread Arkadiusz Hiler
send_mutex is used to serialise communication with GuC via intel_guc_send(). Since functions that utilize it are no longer limited to submission, initialization should be handled as a part of general setup. Cc: Chris Wilson Cc: Michal Winiarski Signed-off-by: Arkadiusz Hiler --- drivers/gpu/d