Re: [PATCH 1/2] drm: switch all GEM/KMS ioctls to unlocked ioctl status.

2010-02-04 Thread Eric Anholt
On Thu, 4 Feb 2010 06:29:05 +1000, Dave Airlie airl...@gmail.com wrote: From: Dave Airlie airl...@redhat.com These ioctls are all protected by their own locking mechanisms so should be fine to not bother locking around. Seems good to me. At some point we should just push it down and not

[PATCH 1/2] drm: switch all GEM/KMS ioctls to unlocked ioctl status.

2010-02-03 Thread Dave Airlie
From: Dave Airlie airl...@redhat.com These ioctls are all protected by their own locking mechanisms so should be fine to not bother locking around. Signed-off-by: Dave Airlie airl...@redhat.com --- drivers/gpu/drm/drm_drv.c | 44 ++-- 1 files changed,