diff options
author | Dave Airlie <airlied@linux.ie> | 2010-01-28 12:58:29 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-01-28 16:06:52 +1000 |
commit | c1a73ff51b371ecc6f57a81a33f644344b4e3f70 (patch) | |
tree | a1274797d5438e4bbbb3e8d087196fc09e093db7 /src/radeon_output.c | |
parent | 95b56275d80dcee48a7927df124602c34cd72235 (diff) |
radeon: add support for picking the digitial encoder
Testing on a W500 laptop found the LVDS + DisplayPort would conflict
over the choice of digital encoder, and only one would work.
This patch fixes the DCE3 case where LVTMA requires the second digital
encoder and lets DP/DVI use the first in most cases.
Signed-off-by: Dave Airlie <airlied@redhat.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 04817e30..d2795fe2 100644 --- a/src/radeon_output.c +++ b/src/radeon_output.c @@ -2961,6 +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->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; |