diff options
author | Alex Deucher <alex@botch2.(none)> | 2007-11-18 22:34:59 -0500 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-11-18 22:34:59 -0500 |
commit | 760af92412ef0d5cc44e52e7cec11fd80c4aaaeb (patch) | |
tree | 0b023205c5f5ea777bde3fd15edf851e2b01ef0a /src/radeon_probe.h | |
parent | 2e37937bacd624d616b91c41006c113791ebe98d (diff) |
RADEON: unify DDC line handling
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index ad732f64..7c757dc9 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -211,12 +211,11 @@ typedef struct _RADEONCrtcPrivateRec { } RADEONCrtcPrivateRec, *RADEONCrtcPrivatePtr; typedef struct { - RADEONDDCType DDCType; + CARD32 ddc_line; RADEONDacType DACType; RADEONTmdsType TMDSType; RADEONConnectorType ConnectorType; Bool valid; - int gpio; int output_id; } RADEONBIOSConnector; @@ -224,7 +223,7 @@ typedef struct _RADEONOutputPrivateRec { int num; RADEONOutputType type; void *dev_priv; - RADEONDDCType DDCType; + CARD32 ddc_line; RADEONDacType DACType; RADEONDviType DVIType; RADEONTmdsType TMDSType; @@ -264,7 +263,6 @@ typedef struct _RADEONOutputPrivateRec { Bool tv_on; int load_detection; - unsigned long gpio; char *name; int output_id; } RADEONOutputPrivateRec, *RADEONOutputPrivatePtr; |