Remove duplicated register defs that were just added.

This commit is contained in:
Eric Anholt 2006-11-02 13:24:54 -08:00
parent 7887c76062
commit a9eac38bcd
2 changed files with 2 additions and 17 deletions

View File

@ -853,20 +853,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# define DPLL_MD_VGA_UDI_MULTIPLIER_SHIFT 0
/** @} */
/* SDVO/UDI Multiplier/Divisor register */
#define DPLLAMD 0x601c
#define DPLLBMD 0x6020
/* Hi res source UDI divider (-1), non-zeor for UDI fixed freq mode */
# define DPLLMD_UDI_DIVIDER_HIRES_MASK (0x3f << 24)
# define DPLLMD_UDI_DIVIDER_HIRES_SHIFT 24
# define DPLLMD_UDI_DIVIDER_VGA_MASK (0x3f << 16)
# define DPLLMD_UDI_DIVIDER_VGA_SHIFT 16
# define DPLLMD_SDVOUDI_MULTIPLIER_HIRES_MASK (0x3f << 8)
# define DPLLMD_SDVOUDI_MULTIPLIER_HIRES_SHIFT 8
# define DPLLMD_SDVOUDI_MULTIPLIER_VGA_MASK (0x3f << 0)
# define DPLLMD_SDVOUDI_MULTIPLIER_VGA_SHIFT 0
#define DPLL_TEST 0x606c
#define D_STATE 0x6104

View File

@ -59,7 +59,6 @@ static struct i830SnapshotRec {
DEFINEREG(DSPFW1),
DEFINEREG(DSPFW2),
DEFINEREG(DSPFW3),
DEFINEREG(ADPA),
DEFINEREG(LVDS),
@ -90,7 +89,7 @@ static struct i830SnapshotRec {
DEFINEREG(FPA0),
DEFINEREG(FPA1),
DEFINEREG(DPLL_A),
DEFINEREG(DPLLAMD),
DEFINEREG(DPLL_A_MD),
DEFINEREG(HTOTAL_A),
DEFINEREG(HBLANK_A),
DEFINEREG(HSYNC_A),
@ -113,7 +112,7 @@ static struct i830SnapshotRec {
DEFINEREG(FPB0),
DEFINEREG(FPB1),
DEFINEREG(DPLL_B),
DEFINEREG(DPLLBMD),
DEFINEREG(DPLL_B_MD),
DEFINEREG(HTOTAL_B),
DEFINEREG(HBLANK_B),
DEFINEREG(HSYNC_B),