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_output.c | |
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_output.c')
-rw-r--r-- | src/radeon_output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c index 6e00ab8a..9d9a16c8 100644 --- a/src/radeon_output.c +++ b/src/radeon_output.c @@ -2860,6 +2860,7 @@ Bool RADEONSetupConnectors(ScrnInfoPtr pScrn) radeon_output->load_detection = info->BiosConnector[i].load_detection; radeon_output->linkb = info->BiosConnector[i].linkb; radeon_output->connector_id = info->BiosConnector[i].connector_object; + radeon_output->connector_object_id = info->BiosConnector[i].connector_object_id; /* Technically HDMI-B is a glorfied DL DVI so the bios is correct, * but this can be confusing to users when it comes to output names, |