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.
Loading
Please register or sign in to comment
If a specific tasklet shares data with irq context, it needs to take a private irq-blocking spinlock within the tasklet itself.