From d45bc6667c6f10cbb3832178e4a6a8cdd036b739 Mon Sep 17 00:00:00 2001 From: Robert Noland Date: Tue, 24 Feb 2009 02:00:42 -0600 Subject: i915: This was part of a sync to the intel driver at some point -Remove the old TTM interface -Move register definitions to i915_reg.h -Rework the irq handler --- bsd-core/drmP.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bsd-core/drmP.h') diff --git a/bsd-core/drmP.h b/bsd-core/drmP.h index 73487451..fe3fc78b 100644 --- a/bsd-core/drmP.h +++ b/bsd-core/drmP.h @@ -658,6 +658,7 @@ struct drm_device { /* Context support */ int irq; /* Interrupt used by board */ int irq_enabled; /* True if the irq handler is enabled */ + int msi_enabled; /* MSI enabled */ int irqrid; /* Interrupt used by board */ struct resource *irqr; /* Resource for interrupt used by board */ void *irqh; /* Handle from bus_setup_intr */ -- cgit v1.2.3