diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-01-28 01:19:23 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-01-28 01:19:23 -0500 |
commit | 872a11fa9efb0b76cef83089ea1bb80792b94930 (patch) | |
tree | 06a95e23a9e8e5021a5dc5c58b0635a2abc69809 /src/radeon_output.c | |
parent | c1a73ff51b371ecc6f57a81a33f644344b4e3f70 (diff) |
radeon: clean up dig encoder handling
- switch the var name to dig_encoder
- quiet coherent messages
- clean up dig encoder selection
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'src/radeon_output.c')
-rw-r--r-- | src/radeon_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c index d2795fe2..3a18302a 100644 --- a/src/radeon_output.c +++ b/src/radeon_output.c @@ -2961,7 +2961,7 @@ Bool RADEONSetupConnectors(ScrnInfoPtr pScrn) radeon_output->shared_ddc = info->BiosConnector[i].shared_ddc; radeon_output->load_detection = info->BiosConnector[i].load_detection; radeon_output->linkb = info->BiosConnector[i].linkb; - radeon_output->dig_block = -1; + radeon_output->dig_encoder = -1; radeon_output->connector_id = info->BiosConnector[i].connector_object; radeon_output->connector_object_id = info->BiosConnector[i].connector_object_id; radeon_output->ucI2cId = info->BiosConnector[i].ucI2cId; |