diff options
author | Mathieu Larouche <mathieu.larouche@matrox.com> | 2017-02-07 11:12:14 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2017-02-14 11:23:18 -0500 |
commit | e55abc95c2b7f7cb8de73e1e21688fb5b5c08d5c (patch) | |
tree | 2f29e579b19aef2c5c281dca2ef56cafa6085b27 /src/mga.h | |
parent | 2ccc50072ccb70411e5e32644e74ef7c6b33f628 (diff) |
xf86-video-mga: Add support for a new G200eH3 device
- Added support for the new deviceID for G200eH3
- Added PLL algorithm for the G200eH3
- Removed the bandwidth limitation for the G200eH3
Signed-off-by: Mathieu Larouche <mathieu.larouche@matrox.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/mga.h')
-rw-r--r-- | src/mga.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -150,7 +150,9 @@ void MGAdbg_outreg32(ScrnInfoPtr, int,int, char*); #define PCI_CHIP_MGAG200_EW3_PCI 0x0536 #endif - +#ifndef PCI_CHIP_MGAG200_EH3_PCI +#define PCI_CHIP_MGAG200_EH3_PCI 0x0538 +#endif /* * Read/write to the DAC via MMIO |