summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-01-23 17:35:01 -0500
committerAlex Deucher <alexdeucher@gmail.com>2009-01-23 17:35:01 -0500
commit0faab02cc732414af3cfb2014d3ddc1139aff063 (patch)
tree5b3726c5803c8e937c94df4ed5585a0f66df8c0a /src/radeon.h
parent025082160c53c01a44f4d681cc63bf26ac4561d5 (diff)
Remove some unused cruft
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 7705b2a3..0c114c60 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -793,16 +793,13 @@ typedef struct {
DisplayModePtr currentMode, savedCurrentMode;
/* special handlings for DELL triple-head server */
- Bool IsDellServer;
+ Bool IsDellServer;
Bool VGAAccess;
int MaxSurfaceWidth;
int MaxLines;
- uint32_t tv_dac_adj;
- uint32_t tv_dac_enable_mask;
-
Bool want_vblank_interrupts;
RADEONBIOSConnector BiosConnector[RADEON_MAX_BIOS_CONNECTOR];
radeon_encoder_ptr encoders[RADEON_MAX_BIOS_CONNECTOR];
@@ -813,7 +810,6 @@ typedef struct {
Bool crtc2_on;
Bool InternalTVOut;
- int tvdac_use_count;
#if defined(__powerpc__)
RADEONMacModel MacModel;
@@ -824,14 +820,6 @@ typedef struct {
unsigned long FbFreeStart, FbFreeSize;
unsigned char* BIOSCopy;
- /* output enable masks for outputs shared across connectors */
- int output_crt1;
- int output_crt2;
- int output_dfp1;
- int output_dfp2;
- int output_lcd1;
- int output_tv1;
-
Rotation rotation;
void (*PointerMoved)(int, int, int);
CreateScreenResourcesProcPtr CreateScreenResources;