drm/radeon/kms: fix radeon_dp_get_modes for LVDS bridges (v2)
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 28 Feb 2012 16:08:22 +0000 (11:08 -0500)
committerDave Airlie <airlied@redhat.com>
Wed, 29 Feb 2012 09:19:54 +0000 (09:19 +0000)
commit2b69ffb97065b897fd4e24ab14b6e14372d80fa6
tree0c8642e228b9964a077962d7dba22692ab4bdb8c
parente2bc96aeff3c32534c01229ea365f2db6ea0cb74
drm/radeon/kms: fix radeon_dp_get_modes for LVDS bridges (v2)

Need to call ExternalEncoderControl to set up DDC before
trying to get an EDID for all DP bridge chips (including
DP to LVDS).

Also remove redundant encoder assignment.

V2: fix typo in commit message.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_connectors.c