diff options
author | Mathieu Larouche <mathieu.larouche@matrox.com> | 2016-10-21 12:47:07 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2017-01-23 11:57:08 +1000 |
commit | f0493e653f9679114d1dfd54ab88b54ce95576e1 (patch) | |
tree | 9e62b605733cd83add1d3dbf3c691494d87ac06b /drivers/gpu/drm/mgag200/mgag200_drv.h | |
parent | 618a6109ecb7fccba155f59675ee7092b2e338a2 (diff) | |
download | linux-f0493e653f9679114d1dfd54ab88b54ce95576e1.tar.bz2 |
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.h | 1 |
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, }; |