diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-11-05 00:51:11 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-11-05 00:51:11 -0500 |
commit | 873897c54429e230a23011a9dd2f1069f4eb7752 (patch) | |
tree | 81410aebf8d7bd846af02c20b99551b7fd2ebc5b /src/radeon_probe.h | |
parent | 3028374488cc0f34942ac372c8d05cf15898a613 (diff) |
DCE3+: call transmitter init on mode set
Generally this is done at post, but might not always
be done with softboot or for connectors on docking
stations.
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index 0ae3a87b..12e73ef2 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -239,6 +239,7 @@ typedef struct { Bool load_detection; Bool linkb; uint16_t connector_object; + uint16_t connector_object_id; } RADEONBIOSConnector; typedef struct _RADEONOutputPrivateRec { @@ -254,6 +255,7 @@ typedef struct _RADEONOutputPrivateRec { Bool linkb; RADEONConnectorType ConnectorType; + uint16_t connector_object_id; RADEONDviType DVIType; RADEONMonitorType MonType; |