diff options
| -rw-r--r-- | linux-core/drmP.h | 1 | 
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 */ | 
