summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200/mgag200_i2c.c
diff options
context:
space:
mode:
authorMathieu Larouche2015-08-21 15:24:05 +0200
committerDave Airlie2015-08-24 05:46:52 +0200
commit6d857c18aefdec782ba1db578a390fbac5145107 (patch)
treeb2ba2b7beeaa19c2773b6487c252ab50706927f3 /drivers/gpu/drm/mgag200/mgag200_i2c.c
parentdrm/dp/mst: dump branch OUI in debugfs (v2) (diff)
downloadkernel-qcow2-linux-6d857c18aefdec782ba1db578a390fbac5145107.tar.gz
kernel-qcow2-linux-6d857c18aefdec782ba1db578a390fbac5145107.tar.xz
kernel-qcow2-linux-6d857c18aefdec782ba1db578a390fbac5145107.zip
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_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 d3dcf54e6233..10535e3b75f2 100644
--- a/drivers/gpu/drm/mgag200/mgag200_i2c.c
+++ b/drivers/gpu/drm/mgag200/mgag200_i2c.c
@@ -101,6 +101,7 @@ struct mga_i2c_chan *mgag200_i2c_create(struct drm_device *dev)
case G200_SE_B:
case G200_EV:
case G200_WB:
+ case G200_EW3:
data = 1;
clock = 2;
break;