From: Alex Deucher Date: Tue, 25 Oct 2011 21:19:00 +0000 (-0400) Subject: drm/radeon/kms: remove useless radeon_ddc_dump() X-Git-Tag: v3.2-rc1~11^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fab249ed9756f2f1a853ed2a2a697b626c26166b;p=pandora-kernel.git 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 Signed-off-by: Dave Airlie --- Reading git-diff-tree failed