From: Eric Anholt Date: Fri, 26 Feb 2010 21:32:11 +0000 (-0800) Subject: drm/i915: Don't bother with the BKL for GEM ioctls. X-Git-Tag: v2.6.34-rc3~43^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f05dd2f09cac422c423dae8f9b8e2be13df05a8f;p=pandora-kernel.git drm/i915: Don't bother with the BKL for GEM ioctls. We probably don't need it for most of the other driver ioctls as well, but we explicitly did locking when doing the GEM pieces. On CPU-bound graphics tasks, the BKL was showing up as 1-2% of CPU time. Signed-off-by: Eric Anholt --- Reading git-diff-tree failed