diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-11-17 23:08:25 +0100 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-11-17 23:08:25 +0100 |
commit | daeecb63567fb394654c9e66d64c3c53658f2c7d (patch) | |
tree | 86e7d1463ca64aafd025f90faef062a5f7f267d5 /src | |
parent | d69607fe8b2dfb6c539dbf9f2b2996d04a4a838a (diff) |
Enabled the Exa composite hooks on G550.
Diffstat (limited to 'src')
-rw-r--r-- | src/mga_exa.c | 3 |
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; |