summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mgag200/mgag200_drv.h
diff options
context:
space:
mode:
authorMathieu Larouche <mathieu.larouche@matrox.com>2015-08-21 16:24:05 +0300
committerDave Airlie <airlied@redhat.com>2015-08-24 06:46:52 +0300
commit6d857c18aefdec782ba1db578a390fbac5145107 (patch)
treeb2ba2b7beeaa19c2773b6487c252ab50706927f3 /drivers/gpu/drm/mgag200/mgag200_drv.h
parent44790462d041d3037d60b3bf88f30837a72006ff (diff)
downloadlinux-6d857c18aefdec782ba1db578a390fbac5145107.tar.xz
drm/mgag200: 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 Signed-off-by: Mathieu Larouche <mathieu.larouche@matrox.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/mgag200/mgag200_drv.h')
-rw-r--r--drivers/gpu/drm/mgag200/mgag200_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/mgag200/mgag200_drv.h b/drivers/gpu/drm/mgag200/mgag200_drv.h
index e9eea1d4e7c3..912151c36d59 100644
--- a/drivers/gpu/drm/mgag200/mgag200_drv.h
+++ b/drivers/gpu/drm/mgag200/mgag200_drv.h
@@ -180,6 +180,7 @@ enum mga_type {
G200_EV,
G200_EH,
G200_ER,
+ G200_EW3,
};
#define IS_G200_SE(mdev) (mdev->type == G200_SE_A || mdev->type == G200_SE_B)