diff options
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -72,7 +72,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "i830_sdvo.h" #include "i2c_vid.h" -/* I830 Video BIOS support */ +/* I830 Video support */ /* * The mode handling is based upon the VESA driver written by @@ -337,7 +337,6 @@ typedef struct _I830Rec { int NumScanlineColorExpandBuffers; int nextColorExpandBuf; - I830RegRec SavedReg; I830RegRec ModeReg; Bool noAccel; @@ -395,10 +394,6 @@ typedef struct _I830Rec { Bool checkDevices; int operatingDevices; - /* These are indexed by the display types */ - Bool displayAttached[NumDisplayTypes]; - Bool displayPresent[NumDisplayTypes]; - /* [0] is Pipe A, [1] is Pipe B. */ int availablePipes; /* [0] is display plane A, [1] is display plane B. */ @@ -418,11 +413,8 @@ typedef struct _I830Rec { int yoffset; unsigned int SaveGeneration; - Bool vbeRestoreWorkaround; - Bool devicePresence; OsTimerPtr devicesTimer; - int MaxClock; int ddc2; int num_outputs; @@ -447,8 +439,6 @@ typedef struct _I830Rec { Bool panel_wants_dither; - unsigned char *VBIOS; - CARD32 saveDSPACNTR; CARD32 saveDSPBCNTR; CARD32 savePIPEACONF; |