summaryrefslogtreecommitdiff
path: root/src/mga_storm.c
diff options
context:
space:
mode:
authorMathieu Larouche <mathieu.larouche@matrox.com>2017-02-07 11:12:14 -0500
committerAdam Jackson <ajax@redhat.com>2017-02-14 11:23:18 -0500
commite55abc95c2b7f7cb8de73e1e21688fb5b5c08d5c (patch)
tree2f29e579b19aef2c5c281dca2ef56cafa6085b27 /src/mga_storm.c
parent2ccc50072ccb70411e5e32644e74ef7c6b33f628 (diff)
xf86-video-mga: Add support for a new G200eH3 device
- Added support for the new deviceID for G200eH3 - Added PLL algorithm for the G200eH3 - Removed the bandwidth limitation for the G200eH3 Signed-off-by: Mathieu Larouche <mathieu.larouche@matrox.com> Reviewed-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/mga_storm.c')
-rw-r--r--src/mga_storm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mga_storm.c b/src/mga_storm.c
index 4ef655b..c945971 100644
--- a/src/mga_storm.c
+++ b/src/mga_storm.c
@@ -1152,6 +1152,7 @@ void MGAStormEngineInit( ScrnInfoPtr pScrn )
case PCI_CHIP_MGAG200_EV_PCI:
case PCI_CHIP_MGAG200_EH_PCI:
case PCI_CHIP_MGAG200_ER_PCI:
+ case PCI_CHIP_MGAG200_EH3_PCI:
pMga->SrcOrg = 0;
OUTREG(MGAREG_SRCORG, pMga->realSrcOrg);
OUTREG(MGAREG_DSTORG, pMga->DstOrg);