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:
8348f36
)
drm/nouveau: make vbios parser runnable from an atomic context
author
Ben Skeggs
<bskeggs@redhat.com>
Thu, 3 Feb 2011 10:10:49 +0000
(20:10 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Thu, 24 Feb 2011 20:44:56 +0000
(06:44 +1000)
The nv50 display isr bh needs to be converted to a tasklet, which means
we can't sleep anymore. The places we execute vbios init tables are
rare, and not in any way performance critical, so this isn't a huge
problem.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
No differences found