commit | fab249ed9756f2f1a853ed2a2a697b626c26166b | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Tue Oct 25 17:19:00 2011 -0400 |
committer | Dave Airlie <airlied@redhat.com> | Tue Nov 01 16:05:27 2011 +0000 |
tree | 5f4828a26d601096d109f14ddbbe8ca76a86a27e | |
parent | a3b08294545e80d57cf323319cc9bd78f2f80aeb [diff] |
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>