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:
464d636
)
drm/nv50-/vm: take mutex rather than irqsave spinlock
author
Ben Skeggs
<bskeggs@redhat.com>
Mon, 13 May 2013 11:13:15 +0000
(21:13 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Mon, 1 Jul 2013 03:44:50 +0000
(13:44 +1000)
These operations can take quite some time, and we really don't want to
have to hold a spinlock for too long.
Now that the lock ordering for vm and the gr/nv84 hw bug workaround has
been reversed, it's possible to use a mutex here.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
No differences found