summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mga_exa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mga_exa.c b/src/mga_exa.c
index 751e3fa..460226d 100644
--- a/src/mga_exa.c
+++ b/src/mga_exa.c
@@ -801,7 +801,7 @@ mgaExaInit(ScreenPtr pScreen)
pExa->Copy = mgaCopy;
pExa->DoneCopy = mgaNoopDone;
- if (pMga->Chipset >= PCI_CHIP_MGAG400) {
+ if (pMga->Chipset == PCI_CHIP_MGAG400) {
pExa->CheckComposite = mgaCheckComposite;
pExa->PrepareComposite = mgaPrepareComposite;
pExa->Composite = mgaComposite;