summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mgag200/mgag200_i2c.c
diff options
context:
space:
mode:
authorMathieu Larouche <mathieu.larouche@matrox.com>2016-10-21 19:47:07 +0300
committerDave Airlie <airlied@redhat.com>2017-01-23 04:57:08 +0300
commitf0493e653f9679114d1dfd54ab88b54ce95576e1 (patch)
tree9e62b605733cd83add1d3dbf3c691494d87ac06b /drivers/gpu/drm/mgag200/mgag200_i2c.c
parent618a6109ecb7fccba155f59675ee7092b2e338a2 (diff)
downloadlinux-f0493e653f9679114d1dfd54ab88b54ce95576e1.tar.xz
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_i2c.c')
-rw-r--r--drivers/gpu/drm/mgag200/mgag200_i2c.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/mgag200/mgag200_i2c.c b/drivers/gpu/drm/mgag200/mgag200_i2c.c
index 10535e3b75f2..77d1c4771786 100644
--- a/drivers/gpu/drm/mgag200/mgag200_i2c.c
+++ b/drivers/gpu/drm/mgag200/mgag200_i2c.c
@@ -106,6 +106,7 @@ struct mga_i2c_chan *mgag200_i2c_create(struct drm_device *dev)
clock = 2;
break;
case G200_EH:
+ case G200_EH3:
case G200_ER:
data = 2;
clock = 1;