drm: don't call the vblank tasklet with irqs disabled.
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Sun, 24 Aug 2008 07:00:00 +0000 (17:00 +1000)
committerDave 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