drm/radeon/kms: remove useless radeon_ddc_dump()
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Oct 2011 21:19:00 +0000 (17:19 -0400)
committerDave Airlie <airlied@redhat.com>
Tue, 1 Nov 2011 16:05:27 +0000 (16:05 +0000)
commitfab249ed9756f2f1a853ed2a2a697b626c26166b
tree5f4828a26d601096d109f14ddbbe8ca76a86a27e
parenta3b08294545e80d57cf323319cc9bd78f2f80aeb
drm/radeon/kms: remove useless radeon_ddc_dump()

The function didn't work with DP, eDP, or DP bridge
connectors and thus confused users as it lead them to
believe nothing was connected or the EDID was invalid
when in fact is was, just on the aux bus rather an i2c.

It should also speed up module loading as it avoids a
bunch of extra DDC probing.

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