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:
c7ca4d1
)
drm/nv50-nvc0: switch to tasklet for display isr bh
author
Ben Skeggs
<bskeggs@redhat.com>
Thu, 3 Feb 2011 10:06:14 +0000
(20:06 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Thu, 24 Feb 2011 20:44:59 +0000
(06:44 +1000)
We need to be able to have the bh run while possibly spinning waiting for
the EVO notifier to signal. This apparently happens in some circumstances
with preempt disabled, so our workqueue was never being run.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
No differences found