From: Luca Barbieri Date: Tue, 9 Feb 2010 05:49:12 +0000 (+0000) Subject: Use drm_gem_object_[handle_]unreference_unlocked where possible X-Git-Tag: v2.6.34-rc1~209^2~13^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc9025bdc4e2b591734cca17697093845007b63d;p=pandora-kernel.git Use drm_gem_object_[handle_]unreference_unlocked where possible 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 Signed-off-by: Dave Airlie --- Reading git-diff-tree failed