[PATCH 2/2] drm: More specific locking for get* ioctls

2014-11-11 Thread Daniel Vetter
Motivated by the per-plane locking I've gone through all the get* ioctls and reduced the locking to the bare minimum required. v2: Rebase and make it compile ... Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_crtc.c | 46 ++ 1 file changed, 18 i

[Intel-gfx] [PATCH 2/2] drm: More specific locking for get* ioctls

2014-11-11 Thread Sean Paul
On Tue, Nov 11, 2014 at 10:12:01AM +0100, Daniel Vetter wrote: > Motivated by the per-plane locking I've gone through all the get* > ioctls and reduced the locking to the bare minimum required. > > v2: Rebase and make it compile ... > > Signed-off-by: Daniel Vetter Just a couple nits. > --- >