Don't call the vblank tasklet with irqs disabled.
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Wed, 13 Aug 2008 08:04:21 +0000 (10:04 +0200)
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Wed, 13 Aug 2008 08:04:21 +0000 (10:04 +0200)
commitaf12ef4f6b4ca111d9a2ef45263ad89610498724
tree9794799de029ef303f3145f12738c680d033d80e
parentb0e68829462aad00ce68be998da6313bca754e9a
Don't call the vblank tasklet with irqs disabled.
If a specific tasklet shares data with irq context,
it needs to take a private irq-blocking spinlock within
the tasklet itself.
linux-core/drm_irq.c
linux-core/drm_lock.c