Re: [Intel-gfx] [PATCH 2/4] drm/i915: Protect force_bit with gmbus_mutex

2016-04-11 Thread Jani Nikula
On Mon, 07 Mar 2016, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Extend the protection of gmbus_mutex around the force_bit > RMW in intel_gmbus_force_bit(), in case someone gets the > idea of calling it from a separate thread while there's > other stuff happening on the same bus

[Intel-gfx] [PATCH 2/4] drm/i915: Protect force_bit with gmbus_mutex

2016-03-07 Thread ville . syrjala
From: Ville Syrjälä Extend the protection of gmbus_mutex around the force_bit RMW in intel_gmbus_force_bit(), in case someone gets the idea of calling it from a separate thread while there's other stuff happening on the same bus. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_i2c.