Re: [Intel-gfx] [PATCH 7/7] drm/i915: FBC doesn't need struct_mutex anymore

2015-07-01 Thread Chris Wilson
On Wed, Jul 01, 2015 at 05:15:26PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > Everything is covered either by fbc.lock or mm.stolen_lock, and > intel_fbc.c is already responsible for grabbing the appropriate locks > when it needs them. > > Signed-off-by: Paulo Zanoni 5-7 Reviewed-by: C

[Intel-gfx] [PATCH 7/7] drm/i915: FBC doesn't need struct_mutex anymore

2015-07-01 Thread Paulo Zanoni
From: Paulo Zanoni Everything is covered either by fbc.lock or mm.stolen_lock, and intel_fbc.c is already responsible for grabbing the appropriate locks when it needs them. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/i915_debugfs.c | 4 drivers/gpu/drm/i915/intel_display.c | 14