summaryrefslogtreecommitdiff
path: root/src/mga_storm.c
diff options
context:
space:
mode:
authorMathieu Larouche <mathieu.larouche@matrox.com>2016-06-17 10:52:42 -0400
committerDave Airlie <airlied@redhat.com>2016-07-28 05:35:32 +1000
commit12781f2e3deb7f6d86fde53134384996a6004894 (patch)
treee680e4680d07110411ef0c1d656e1d5d1fd1d6e5 /src/mga_storm.c
parentdf094bfffe4ef097bfd9a569f2d2e35649c1a3c7 (diff)
xf86-video-mga: Add support for a new G200eW3 chipset
- Added support for the new deviceID for G200eW3 - Added PLL algorithm for the G200eW3 - Added some initialization code for G200eW3 Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=92541 Signed-off-by: Mathieu Larouche <mathieu.larouche@matrox.com> Signed-off-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 84a4c8c..4ef655b 100644
--- a/src/mga_storm.c
+++ b/src/mga_storm.c
@@ -1148,6 +1148,7 @@ void MGAStormEngineInit( ScrnInfoPtr pScrn )
case PCI_CHIP_MGAG200_SE_A_PCI:
case PCI_CHIP_MGAG200_SE_B_PCI:
case PCI_CHIP_MGAG200_WINBOND_PCI:
+ case PCI_CHIP_MGAG200_EW3_PCI:
case PCI_CHIP_MGAG200_EV_PCI:
case PCI_CHIP_MGAG200_EH_PCI:
case PCI_CHIP_MGAG200_ER_PCI: