Re: [PATCH v3 05/10] drm/fb-helper: Add top-level lock

2017-03-21 Thread Daniel Vetter
On Tue, Mar 21, 2017 at 11:00:23AM +0100, Daniel Vetter wrote: > On Tue, Mar 21, 2017 at 09:13:53AM +0100, Thierry Reding wrote: > > From: Thierry Reding > > > > Introduce a new top-level lock for the FB helper code. This will allow > > better locking granularity and avoid the need to abuse modes

Re: [PATCH v3 05/10] drm/fb-helper: Add top-level lock

2017-03-21 Thread Daniel Vetter
On Tue, Mar 21, 2017 at 09:13:53AM +0100, Thierry Reding wrote: > From: Thierry Reding > > Introduce a new top-level lock for the FB helper code. This will allow > better locking granularity and avoid the need to abuse modeset locking > for this purpose instead. > > Tested-by: John Stultz > Sig

[PATCH v3 05/10] drm/fb-helper: Add top-level lock

2017-03-21 Thread Thierry Reding
From: Thierry Reding Introduce a new top-level lock for the FB helper code. This will allow better locking granularity and avoid the need to abuse modeset locking for this purpose instead. Tested-by: John Stultz Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_fb_helper.c | 27 ++