[PATCH 1/1] drm/mgag200: Added support for the new device G200eH3

2016-10-21 Thread mathieu.larou...@matrox.com
From: Mathieu Larouche - Added the new device ID - Added new pll algorithm Signed-off-by: Mathieu Larouche --- drivers/gpu/drm/mgag200/mgag200_drv.c | 1 + drivers/gpu/drm/mgag200/mgag200_drv.h | 1 + drivers/gpu/drm/mgag200/mgag200_i2c.c | 1 + drivers/gpu/drm/mgag200/mgag200_mode.c | 7

[PATCH 1/1] drm/mgag200: Black screen fix for G200e rev 4

2016-05-27 Thread mathieu.larou...@matrox.com
From: Mathieu Larouche - Fixed black screen for some resolutions of G200e rev4 - Fixed testm & testn which had predetermined value. Reported-by: Jan Beulich Signed-off-by: Mathieu Larouche --- drivers/gpu/drm/mgag200/mgag200_mode.c | 11 ++- 1 file changed, 10 insertions(+), 1 deleti

[PATCH 0/2] Add support for two new chipset in mgag200 drv

2015-08-21 Thread mathieu.larou...@matrox.com
From: Mathieu Larouche Added the deviceId, PLL algorithm and initialization code for two new chipset in the G200 Server family. Mathieu Larouche (2): drm/mgag200: Add support for a new G200eW3 chipset drm/mgag200: Add support for a new rev of G200e drivers/gpu/drm/mgag200/mgag200_drv.c |

[PATCH 1/2] drm/mgag200: Add support for a new G200eW3 chipset

2015-08-21 Thread mathieu.larou...@matrox.com
From: Mathieu Larouche - 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 --- drivers/gpu/drm/mgag200/mgag200_drv.c | 1 + drivers/gpu/drm/mgag200/mgag200_drv.h | 1 + drivers

[PATCH 2/2] drm/mgag200: Add support for a new rev of G200e

2015-08-21 Thread mathieu.larou...@matrox.com
From: Mathieu Larouche - Added PLL algorithm for a new rev of G200e - Removed the bandwidth limitation for the new G200e Signed-off-by: Mathieu Larouche --- drivers/gpu/drm/mgag200/mgag200_mode.c | 119 + 1 file changed, 90 insertions(+), 29 deletions(-) diff -