summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Noland <rnoland@2hip.net>2009-02-24 12:59:08 -0600
committerRobert Noland <rnoland@2hip.net>2009-02-24 12:59:08 -0600
commit04d94197e69ed7d3cad194e8579631849135b08c (patch)
tree7ddf09bb824de7a30c217c5604889d3a6b0bdc56
parent68707804284438140413987849fee989b9fe4ba8 (diff)
linux: Add msi_enabled to the drm_device so the build should be happy.
-rw-r--r--linux-core/drmP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 36a3d898..935b6ceb 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -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 */