From 04d94197e69ed7d3cad194e8579631849135b08c Mon Sep 17 00:00:00 2001 From: Robert Noland Date: Tue, 24 Feb 2009 12:59:08 -0600 Subject: linux: Add msi_enabled to the drm_device so the build should be happy. --- linux-core/drmP.h | 1 + 1 file changed, 1 insertion(+) (limited to 'linux-core') 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 */ -- cgit v1.2.3