drm/nouveau: stop using the BKL
commitfc793e5ada86769f39fb775fb3a6f5281d60ed58
authorLuca Barbieri <luca@luca-barbieri.com>
Tue, 9 Feb 2010 18:06:01 +0000 (9 19:06 +0100)
committerLuca Barbieri <luca@luca-barbieri.com>
Tue, 23 Feb 2010 13:24:35 +0000 (23 14:24 +0100)
treef5d898937b618fc4237d123868a64cac1bc7ef26
parentcac7f6ae815ae901eaf0ab828bea2247c90aab44
drm/nouveau: stop using the BKL

This patch adds DRM_UNLOCKED to all ioctls except CARD_INIT.

This means that DRM will no longer hold the BKL for us when calling
the ioctls.

All the previous patches are preparation for this change.
Note that due to the nature of the change, it is very likely that
some regression is introduced.
drivers/gpu/drm/nouveau/nouveau_channel.c