summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200/mgag200_i2c.c
diff options
context:
space:
mode:
authorMathieu Larouche <mathieu.larouche@matrox.com>2015-08-21 09:24:05 -0400
committerDave Airlie <airlied@redhat.com>2015-08-24 13:46:52 +1000
commit6d857c18aefdec782ba1db578a390fbac5145107 (patch)
treeb2ba2b7beeaa19c2773b6487c252ab50706927f3 /drivers/gpu/drm/mgag200/mgag200_i2c.c
parent44790462d041d3037d60b3bf88f30837a72006ff (diff)
downloadblackbird-op-linux-6d857c18aefdec782ba1db578a390fbac5145107.tar.gz
blackbird-op-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;
OpenPOWER on IntegriCloud