diff options
author | Ian Romanick <idr@us.ibm.com> | 2008-06-09 11:36:46 -0700 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2008-06-09 11:36:46 -0700 |
commit | 9e2ee9403c198da5d79dfb2f4fcafe9b381afd3d (patch) | |
tree | 779fedbf272279e387d49a46e1df2db19db3e944 /src/mga_reg.h | |
parent | fd9732800687b96caa9f81c0cc4b24c6aad04e78 (diff) |
G200EV: Enable support for G200EV
Diffstat (limited to 'src/mga_reg.h')
-rw-r--r-- | src/mga_reg.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mga_reg.h b/src/mga_reg.h index 020bb0d..16df6c1 100644 --- a/src/mga_reg.h +++ b/src/mga_reg.h @@ -221,6 +221,9 @@ #define MGADWG_TRANSC ( 0x01 << 30 ) #define MGAREG_MISC_WRITE 0x3c2 #define MGAREG_MISC_READ 0x3cc +#define MGAREG_MEM_MISC_WRITE 0x1fc2 +#define MGAREG_MEM_MISC_READ 0x1fcc + #define MGAREG_MISC_IOADSEL (0x1 << 0) #define MGAREG_MISC_RAMMAPEN (0x1 << 1) #define MGAREG_MISC_CLK_SEL_VGA25 (0x0 << 2) @@ -408,6 +411,12 @@ #define MGA1064_VID_PLL_M 0x8E #define MGA1064_VID_PLL_N 0x8F +/* Modified for G200 Maxim (G200EV) */ +#define MGA1064_EV_PIX_PLLC_M 0xb6 +#define MGA1064_EV_PIX_PLLC_N 0xb7 +#define MGA1064_EV_PIX_PLLC_P 0xb8 + + #define MGA1064_DISP_CTL 0x8a #define MGA1064_DISP_CTL_DAC1OUTSEL_MASK 0x01 #define MGA1064_DISP_CTL_DAC1OUTSEL_DIS 0x00 |