[PATCH 07/15] drm/mode: reduce scope of fb_lock in framebuffer init

2016-04-21 Thread Daniel Vetter
On Fri, Apr 15, 2016 at 03:10:38PM +1000, Dave Airlie wrote: > From: Dave Airlie > > We don't need to hold the fb lock around the initialisation, > only around the list manipulaton. > > So do the lock hold only around the register for now. > Signed-off-by: Dave Airlie This needs a bit more exp

[PATCH 07/15] drm/mode: reduce scope of fb_lock in framebuffer init

2016-04-15 Thread Dave Airlie
From: Dave Airlie We don't need to hold the fb lock around the initialisation, only around the list manipulaton. So do the lock hold only around the register for now. Signed-off-by: Dave Airlie --- drivers/gpu/drm/drm_crtc.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff