linux: Add msi_enabled to the drm_device so the build should be happy.

main
Robert Noland 2009-02-24 12:59:08 -06:00
parent 6870780428
commit 04d94197e6
1 changed files with 1 additions and 0 deletions

View File

@ -889,6 +889,7 @@ struct drm_device {
/*@{ */
int irq; /**< Interrupt used by board */
int irq_enabled; /**< True if irq handler is enabled */
int msi_enabled; /**< True if irq is MSI */
__volatile__ long context_flag; /**< Context swapping flag */
__volatile__ long interrupt_flag; /**< Interruption handler flag */
__volatile__ long dma_flag; /**< DMA dispatch flag */