linux: Add msi_enabled to the drm_device so the build should be happy.
authorRobert Noland <rnoland@2hip.net>
Tue, 24 Feb 2009 18:59:08 +0000 (12:59 -0600)
committerRobert Noland <rnoland@2hip.net>
Tue, 24 Feb 2009 18:59:08 +0000 (12:59 -0600)
linux-core/drmP.h

index 36a3d89..935b6ce 100644 (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 */