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:
b5e4feb
)
drm/i915: Rearrange acquisition of mutex during pwrite
author
Chris Wilson
<chris@chris-wilson.co.uk>
Thu, 14 Oct 2010 14:03:58 +0000
(15:03 +0100)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Tue, 19 Oct 2010 08:19:47 +0000
(09:19 +0100)
... to avoid reacquiring it to drop the object reference count on
exit. Note we have to make sure we now drop (and reacquire) the lock
around acquiring the mm semaphore on the slow paths.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
No differences found