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:
649ffc0
)
drm: don't call the vblank tasklet with irqs disabled.
author
Thomas Hellstrom
<thomas-at-tungstengraphics-dot-com>
Sun, 24 Aug 2008 07:00:00 +0000
(17:00 +1000)
committer
Dave Airlie
<airlied@linux.ie>
Sun, 24 Aug 2008 20:35:21 +0000
(06:35 +1000)
If a specific tasklet shares data with irq context,
it needs to take a private irq-blocking spinlock within
the tasklet itself.
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found