diff options
-rw-r--r-- | src/mga_exa.c | 7 |
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; |