Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add missing locking to primary plane handlers

2014-07-09 Thread Daniel Vetter
On Wed, Jul 09, 2014 at 04:22:10PM -0700, Matt Roper wrote: > intel_primary_plane_{setplane,disable} were lacking struct_mutex locking > around their GEM operations. > > Signed-off-by: Matt Roper Both merged with a reported-by: Damien added to this one here. Btw have you checked that your primar

[Intel-gfx] [PATCH 1/2] drm/i915: Add missing locking to primary plane handlers

2014-07-09 Thread Matt Roper
intel_primary_plane_{setplane,disable} were lacking struct_mutex locking around their GEM operations. Signed-off-by: Matt Roper --- drivers/gpu/drm/i915/intel_display.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_display.c b/