diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-08-28 18:10:34 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-08-28 18:10:34 +0000 |
commit | ce0589ff3b9fcf8c6bab64da4dba40ba540a6a03 (patch) | |
tree | 61cd3777543d60feb21c4436c9334c75887ea484 /src/atiregs.h | |
parent | 250c8732a54924eeb459880f2905f8e59d038e60 (diff) |
Bug #1109: Fix VGA init on Rage Mobility 7500 (Marc Le France)
Diffstat (limited to 'src/atiregs.h')
-rw-r--r-- | src/atiregs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atiregs.h b/src/atiregs.h index 4c35c2b..f9730c7 100644 --- a/src/atiregs.h +++ b/src/atiregs.h @@ -1,4 +1,3 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiregs.h,v 1.24 2003/04/23 21:51:30 tsi Exp $ */ /* * Copyright 1994 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org * @@ -551,6 +550,7 @@ #define CRTC_V_SYNC_STRT 0x000007fful /* ? 0x0000f800ul */ #define CRTC_V_SYNC_WID 0x001f0000ul +#define CRTC_V_SYNC_END_VGA 0x000f0000ul #define CRTC_V_SYNC_POL 0x00200000ul /* ? 0xffc00000ul */ #define CRTC_VLINE_CRNT_VLINE IOPortTag(0x04u, 0x04u) |