aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200/mgag200_drv.h
diff options
context:
space:
mode:
authorMathieu Larouche <mathieu.larouche@matrox.com>2016-10-21 12:47:07 -0400
committerDave Airlie <airlied@redhat.com>2017-01-23 11:57:08 +1000
commitf0493e653f9679114d1dfd54ab88b54ce95576e1 (patch)
tree9e62b605733cd83add1d3dbf3c691494d87ac06b /drivers/gpu/drm/mgag200/mgag200_drv.h
parentMerge tag 'drm-amdkfd-next-2017-01-16' of git://people.freedesktop.org/~gabbayo/linux into drm-next (diff)
downloadlinux-dev-f0493e653f9679114d1dfd54ab88b54ce95576e1.tar.xz
linux-dev-f0493e653f9679114d1dfd54ab88b54ce95576e1.zip
drm/mgag200: Added support for the new device G200eH3
- Added the new device ID - Added new pll algorithm 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 0d6e998d63e6..c88b6ec88dd2 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_WB,
G200_EV,
G200_EH,
+ G200_EH3,
G200_ER,
G200_EW3,
};