Use drm_gem_object_[handle_]unreference_unlocked where possible
authorLuca Barbieri <luca@luca-barbieri.com>
Tue, 9 Feb 2010 05:49:12 +0000 (05:49 +0000)
committerDave Airlie <airlied@redhat.com>
Thu, 11 Feb 2010 04:22:34 +0000 (14:22 +1000)
Mostly obvious simplifications.

The i915 pread/pwrite ioctls, intel_overlay_put_image and
nouveau_gem_new were incorrectly using the locked versions
without locking: this is also fixed in this patch.

Signed-off-by: Luca Barbieri <luca@luca-barbieri.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found