git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3d3203
)
drm/i915: Don't bother with the BKL for GEM ioctls.
author
Eric Anholt
<eric@anholt.net>
Fri, 26 Feb 2010 21:32:11 +0000
(13:32 -0800)
committer
Eric Anholt
<eric@anholt.net>
Wed, 17 Mar 2010 19:59:29 +0000
(12:59 -0700)
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 <eric@anholt.net>
No differences found