mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-07 19:18:04 +02:00
At least schedule the other half of the interrupt handler. This code
probably still has issues, but it's one less.
This commit is contained in:
parent
1fcd73b6e6
commit
5a0e2c2031
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ void gamma_dma_service( DRM_OS_IRQ_ARGS)
|
|||
}
|
||||
clear_bit(0, &dev->dma_flag);
|
||||
|
||||
taskqueue_enqueue(taskqueue_swi, &dev->task);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue