summaryrefslogtreecommitdiff
path: root/src/mga_exa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mga_exa.c')
-rw-r--r--src/mga_exa.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mga_exa.c b/src/mga_exa.c
index cfc54bb..c3e8e02 100644
--- a/src/mga_exa.c
+++ b/src/mga_exa.c
@@ -44,6 +44,8 @@
#include "mga_dri.h"
#endif
+#include "xf86PciInfo.h"
+
#if 0
#define DEBUG_MSG(x) ErrorF x
#else
@@ -771,10 +773,7 @@ mgaExaInit(ScreenPtr pScreen)
pExa->Copy = mgaCopy;
pExa->DoneCopy = mgaNoopDone;
- /* FIXME
- * if (pMga->Chipset >= PCI_CHIP_MGAG400) {
- */
- if (0) {
+ if (pMga->Chipset >= PCI_CHIP_MGAG400) {
pExa->CheckComposite = mgaCheckComposite;
pExa->PrepareComposite = mgaPrepareComposite;
pExa->Composite = mgaComposite;