summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2006-11-17 23:08:25 +0100
committerTilman Sauerbeck <tilman@code-monkey.de>2006-11-17 23:08:25 +0100
commitdaeecb63567fb394654c9e66d64c3c53658f2c7d (patch)
tree86e7d1463ca64aafd025f90faef062a5f7f267d5
parentd69607fe8b2dfb6c539dbf9f2b2996d04a4a838a (diff)
Enabled the Exa composite hooks on G550.
-rw-r--r--src/mga_exa.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mga_exa.c b/src/mga_exa.c
index 3242ea8..17618f5 100644
--- a/src/mga_exa.c
+++ b/src/mga_exa.c
@@ -797,7 +797,8 @@ mgaExaInit(ScreenPtr pScreen)
pExa->Copy = mgaCopy;
pExa->DoneCopy = mgaNoopDone;
- if (pMga->Chipset == PCI_CHIP_MGAG400) {
+ if (pMga->Chipset == PCI_CHIP_MGAG400 ||
+ pMga->Chipset == PCI_CHIP_MGAG550) {
pExa->CheckComposite = mgaCheckComposite;
pExa->PrepareComposite = mgaPrepareComposite;
pExa->Composite = mgaComposite;