drm: switch all GEM/KMS ioctls to unlocked ioctl status.
authorDave Airlie <airlied@redhat.com>
Wed, 3 Feb 2010 09:14:35 +0000 (19:14 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 11 Feb 2010 04:25:18 +0000 (14:25 +1000)
commit9a1420d1185693b6e24719d3937a0c20a3e0e31d
treeba35d648e70036737aeb8e435a44a3e6e8104460
parentbc9025bdc4e2b591734cca17697093845007b63d
drm: switch all GEM/KMS ioctls to unlocked ioctl status.

These ioctls are all protected by their own locking mechanisms so
should be fine to not bother locking around.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_drv.c