]> git.karo-electronics.de Git - karo-tx-linux.git/commit
DRM/Radeon: On DVI-I use Load Detection when EDID is bogus.
authorEgbert Eich <eich@suse.de>
Wed, 24 Oct 2012 16:32:52 +0000 (18:32 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 1 Nov 2012 14:34:31 +0000 (10:34 -0400)
commitfc87f13b8dc73706ae06caf229a336965e9b44a6
tree0950c367364ed1356a5d32923cbd0530a1e44f8e
parent9c50b1d937cc9656100ba10d9f57484c6d173936
DRM/Radeon: On DVI-I use Load Detection when EDID is bogus.

The Radeon driver uses the analog/digital flag to determine if the
DAC or the TMDS encoder should be enabled on a DVI-I connector.
If the EDID is bogus this flag is no longer reliable. This fix
adds a fallback to DAC load detection to determine if anything
is connected to the DAC. If not and a (bogus) EDID is found it
assumes a digital display is connected.
This works around problems with some crappy IPMI devices using
Radeon ES1000.

Signed-off-by: Egbert Eich <eich@suse.de>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_connectors.c